+ Reply to Thread
Results 1 to 3 of 3

Plus or Minus

  1. #1
    Forum Contributor
    Join Date
    04-25-2006
    Posts
    215

    Plus or Minus

    Is there a function or a way to tell excel to return a specific string if a value is say plus or minus 5.

    For example:

    IF(OR(K9=K35,K9=""),"ESTIMATE","ACTUALS")

    I need it to say if K9 is equal to K35 plus or minus 5.

    Thanks.

    ep

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    =IF(ABS(k9-k35)<5,true response,false response)

    Regards

    Dav

  3. #3
    Forum Contributor
    Join Date
    04-25-2006
    Posts
    215
    Thanks Dav, worked great.

    IF(OR(ABS(K9-K35)<5,K35=""),"ESTIMATE","ACTUALS")

+ 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