+ Reply to Thread
Results 1 to 3 of 3

Help with an if statement

  1. #1
    Registered User
    Join Date
    05-27-2005
    Posts
    3

    Help with an if statement

    I am having trouble getting this to work. I want it to go something like this "if e10 > e9 then equal the total e11+f30 and if f30>the total of e9-e10 then equal the total of f30-e11 if both of those statements are false egual 0. Basically I want these 2 if statements into one cell.

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    "if e10 > e9 then equal the total e11+f30 and if f30>the total of e9-e10 then equal the total of f30-e11 if both of those statements are false egual 0

    =if(e10>e9,e11+f30,if(f30>e9-e10,f30-e11,0))
    not a professional, just trying to assist.....

  3. #3
    Registered User
    Join Date
    05-27-2005
    Posts
    3
    thanks I'm getting closer

+ 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