+ Reply to Thread
Results 1 to 4 of 4

possible to multiply IF on 1 cell ?

  1. #1
    Registered User
    Join Date
    10-13-2016
    Location
    Kuwait
    MS-Off Ver
    2016
    Posts
    84

    possible to multiply IF on 1 cell ?

    Hello

    1st check the attachment, plz note that it has 3 sheets

    wt im trying to do is a formula in "indemnity" column that link between Period Years and Remarks column with Indemnity SHEET!!

    Results
    if Remarks = End of Service, then 100% no matter wt period it has
    if Remarks = Special Case Termination , then Zero no matter wt period it has
    now the trick
    if Remarks = Resign, Absent From Duty, Run Away,
    Indemnity should be
    100% If Period >=10
    75% If Period >=5 <10
    50% If Period >=3 <5
    Zero If Period <3

    hope u got it :P

    and Thanks in advance <3
    Attached Files Attached Files
    Last edited by bkcffee; 02-09-2017 at 05:47 AM.

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: possible to multiply IF on 1 cell ?

    try
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,923

    Re: possible to multiply IF on 1 cell ?

    Try

    =IF(F3="End of Service",100%,IF(F3="Special Case Termination",0%,IF(OR(F3="Resign",F3="Absent from Duty",F3="Run Away"),VLOOKUP(E3,$N$2:$O$5,2,1))))

    N2:O5 contains table below:

    0 0.00%
    3 50.00%
    5 75.00%
    10 100.00%

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,659

    Re: possible to multiply IF on 1 cell ?

    Another one:

    =IF(F3="End of Service",100%,IF(F3="Special Case Termination",0%,IF(OR(F3={"Resign","Absent from Duty","Run Away"}),LOOKUP(E3,{0,3,5,10},{0,0.5,0.75,1}))))
    Quang PT

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Need to multiply a VLOOKUP value then divide that value, then multiply that value
    By debbiemez in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-27-2015, 04:57 PM
  2. [SOLVED] Multiply if value in cell
    By ChrisStadh89 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-27-2014, 04:30 AM
  3. Replies: 11
    Last Post: 03-27-2014, 07:55 PM
  4. Replies: 4
    Last Post: 01-10-2014, 09:32 AM
  5. If criteria match, multiply then sum across multiply worksheets
    By ciayers in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-09-2013, 02:20 PM
  6. [SOLVED] Multiply, Divide and Then Multiply in a cell
    By Brownie2576 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-22-2012, 08:57 PM
  7. multiply the value of a cell
    By bruce pinkos in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-16-2005, 10:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1