+ Reply to Thread
Results 1 to 6 of 6

Multiple IF functions

  1. #1
    Registered User
    Join Date
    11-02-2012
    Location
    WA
    MS-Off Ver
    Excel 2010
    Posts
    21

    Multiple IF functions

    Stuck on this a bit....
    At any point in time cells B1, B2, B3, B4 will hold data. However, only one of those will hold data a single time.
    I want A1 to show the result of the only cell with data (if no data is in any of the B cells, A1 should be blank)

    Thank you!

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Multiple IF functions

    Try this regular formula:
    Please Login or Register  to view this content.
    Is that what you're looking for?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Valued Forum Contributor
    Join Date
    01-10-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    651

    Re: Multiple IF functions

    how about:

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


    ?

  4. #4
    Registered User
    Join Date
    11-02-2012
    Location
    WA
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Multiple IF functions

    That is exactly it... Thank you.

    One last thing, in doing so it is converting my fractions # ??/32 into decimals even though A1 is formatted as # ??/32 and so are all B cells. Any suggestions?

  5. #5
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Multiple IF functions

    Are the contents of B1:B4 ALL fractions or can there be variety?
    If they're all fractions AND there will only be one cell occupied then try this:
    A1: =SUM(B1:B4)
    or
    A1: =VALUE(B1&B2&B3&B4)

    Either formula results in a numeric value which will display in A1's number format.

    Does that help?

  6. #6
    Registered User
    Join Date
    11-02-2012
    Location
    WA
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Multiple IF functions

    Used the =value formula.

    Works perfectly now. Thanks for your 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. Combining multiple functions>lookup/sum functions
    By mush106 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-22-2013, 07:47 AM
  2. [SOLVED] Help with multiple IF functions and possible lookup functions.
    By englishfellow in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-29-2013, 01:49 PM
  3. Replies: 4
    Last Post: 03-08-2013, 09:49 AM
  4. Replies: 4
    Last Post: 01-08-2013, 09:04 AM
  5. Multiple IF Functions or VLOOKUP functions
    By yinka00000 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-15-2012, 11:29 PM

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