+ Reply to Thread
Results 1 to 4 of 4

How to combine 2 separate IF statements with different outcomes?

  1. #1
    Registered User
    Join Date
    06-18-2020
    Location
    Singapore
    MS-Off Ver
    not sure
    Posts
    2

    How to combine 2 separate IF statements with different outcomes?

    I have 2 Products. Product 1 has varying adjustment percentages, Product 2 does not.

    Both products can be paid for in USD or SGD.

    How do I combine the formulae for:
    1) IF Product 1, multiply by the adjustment
    2) IF USD, multiply by the FX rate

    I've tried searching up combining IF statements, but I can only find answers on how to combine multiple criteria.

    Please help! TIA!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: How to combine 2 separate IF statements with different outcomes?

    Hi melora,

    in cell E4, try: =IF(B4="USD",$B$1*D4,IF(ISNUMBER(C4),C4*D4,D4)) and pull down.

  3. #3
    Registered User
    Join Date
    06-18-2020
    Location
    Singapore
    MS-Off Ver
    not sure
    Posts
    2

    Re: How to combine 2 separate IF statements with different outcomes?

    Hi ORoos, thank you so much!!! That works perfectly!

  4. #4
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: How to combine 2 separate IF statements with different outcomes?

    Hi melora,

    In the formula, instead of referring to Product 1 to use the 'adjustment' the formula will look for a number in that column. So if it is N/A, then it will not multiply the adjustment.

    IF your query is answered. Please mark it as SOLVED via the Threat Tools at the top of your original code.

+ 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] IF AND OR statements for 3 outcomes
    By chrisellis250 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-17-2020, 11:16 AM
  2. [SOLVED] IF with Prioritised Outcomes - How to Nest the Statements
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 07-12-2019, 08:48 AM
  3. [SOLVED] Multiple IF Statements (Nested If???) to show different outcomes
    By thompsy121 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-06-2017, 11:07 AM
  4. IF STATEMENTS for text and different automatic outcomes/text.
    By filtrox in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-16-2014, 08:16 PM
  5. Four IF statements to combine
    By ABSTRAKTUS in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-29-2014, 03:43 PM
  6. Replies: 6
    Last Post: 01-16-2013, 07:44 AM
  7. Replies: 3
    Last Post: 01-04-2013, 06:06 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