+ Reply to Thread
Results 1 to 5 of 5

> < = arguments

  1. #1
    Registered User
    Join Date
    10-19-2006
    Posts
    2

    > < = arguments

    I'm really confused, and the in-built Excel guide did not help.

    Even the simplier formula containing those operators ( > < = ) is considered WRONG by my Excel.

    What's wrong for example in this:

    =IF(A1>A2;B1;C1)

    Whatever i write where A2 is (be it a number or a cell containing a number)
    i get an error message which highlights "A2".
    Note that I get the same error even if I paste a similar function from the help guide! And note that A1 and A2, in this example, are both cells containing number and labelled as "number".

    Help

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    commas not semi colons

  3. #3
    Forum Contributor Stuie's Avatar
    Join Date
    09-17-2006
    Location
    Suffolk, UK
    MS-Off Ver
    Excel 2003/2007
    Posts
    432
    try this

    =IF(A1>A2,B1,C1)

    this should work as im pretty sure u cant use ( ; ) that sign

  4. #4
    Registered User
    Join Date
    10-19-2006
    Posts
    2
    Simple and correct! Thank you very much.

    That solved my problem, but told me that Excel guide contains errors... I'll buy a manual

  5. #5
    Registered User
    Join Date
    10-23-2006
    Posts
    84

    Thanks But.......

    Quote Originally Posted by Stuie
    try this

    =IF(A1>A2,B1,C1)

    this should work as im pretty sure u cant use ( ; ) that sign
    I don't have a problem within the Sheet, It's creating the date in a sub routine using txtDay, txtMonth,txtYear. The DateSerial won't accept them, It's looking for numeric values, not text

+ 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