+ Reply to Thread
Results 1 to 2 of 2

=IF(Q45>0, C45, "") - what is wrong with this formula?

  1. #1
    Registered User
    Join Date
    03-23-2013
    Location
    seattle
    MS-Off Ver
    Excel 2007
    Posts
    36

    =IF(Q45>0, C45, "") - what is wrong with this formula?

    I got this formula, but its not working.. what is wrong?

    =IF(Q45>0, C45, "")

    Here is what I'm after.


    If cell q45 contains something, then display contents of C45, else is blank

    My q45 is empty, but is still displays contents of c45... why?

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: =IF(Q45>0, C45, "") - what is wrong with this formula?

    That wold pretty much mean that Q45 is NOT Blank.
    I would guess that it contains a formula that is returning "" <- that is NOT blank, it's a Null text string.

    Try
    =IF(Q45="","",C45)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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