+ Reply to Thread
Results 1 to 3 of 3

greater than false

  1. #1
    Registered User
    Join Date
    02-11-2009
    Location
    palm beach, florida
    MS-Off Ver
    Excel 2003
    Posts
    2

    greater than false

    in cell c22 I have the number 1 and in cell c23 I have the number 2.
    in cell a30 is =IF(C22<=C23;B30;A31)
    currently it outputs false. I always assumed this to be true...

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: greater than false

    What does:

    =IF(VALUE(C22)<=VALUE(C23);B30;A31)

    return... A31 being False and B30 true...

  3. #3
    Registered User
    Join Date
    02-11-2009
    Location
    palm beach, florida
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: greater than false

    Ah I see. what i am trying to do is if a is true and b is false then copy a cell to another cell else go to the next case. I'm a beginner with excel and could do this in VB readily.

+ 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