+ Reply to Thread
Results 1 to 4 of 4

Multiple Criteria If Function returns False but I wanto it to return Blank

  1. #1
    Registered User
    Join Date
    11-21-2023
    Location
    Manchester
    MS-Off Ver
    2023
    Posts
    2

    Multiple Criteria If Function returns False but I wanto it to return Blank

    Hello,

    I have searched high and low trying to find the solution but have been unable to come up with the answer. I am trying to make the below equations return blank if false, so if I have not selected one of the options the cell is blank rather than repeating false all the way down the column.

    Below is the formula I'm working with.


    =IF(I6="Closed Won","1",IF(I6="Closed Lost","0",IF(I6="Quote Requested",".5",IF(I6="Consultation/Site Visit",".25",IF(I6="Quote Revision",".75",IF(I6="Email",".10"))))))

    Any guidance would be much appreciated!

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,888

    Re: Multiple Criteria If Function returns False but I wanto it to return Blank

    Welcome to the forum.

    Try this:

    =IF(I6="Closed Won","1",IF(I6="Closed Lost","0",IF(I6="Quote Requested",".5",IF(I6="Consultation/Site Visit",".25",IF(I6="Quote Revision",".75",IF(I6="Email",".10",""))))))

    Which version of Excel (product) do you have? There is no 2023.
    Last edited by AliGW; 11-21-2023 at 11:49 AM.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-21-2023
    Location
    Manchester
    MS-Off Ver
    2023
    Posts
    2

    Re: Multiple Criteria If Function returns False but I wanto it to return Blank

    That did it!!! Thank you so much!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,888

    Re: Multiple Criteria If Function returns False but I wanto it to return Blank

    Glad to have helped.

    If you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of each of those who offered help.

+ 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] Using Aggregate, Indexed to return Multiple Returns, but Multiple Criteria?
    By JOHN_ANDERSON in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-04-2022, 07:59 AM
  2. Function that returns a value in a row that does not meet multiple criteria
    By FuriousStyles in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-20-2018, 11:10 AM
  3. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  4. Replies: 4
    Last Post: 11-03-2014, 12:40 PM
  5. (multiple) VLOOKUP Function to return blank field on false
    By frank_a in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-10-2009, 01:39 AM
  6. C1 appears blank, but ISBLANK(c1) returns false
    By Sam in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-18-2005, 09:06 AM

Tags for this Thread

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