+ Reply to Thread
Results 1 to 3 of 3

Nested If Statement...

  1. #1
    Registered User
    Join Date
    02-05-2007
    Posts
    12

    Nested If Statement...

    I have a simple spreadsheet here that I want to eliminate as much typing as possible.

    What I want is for the Particulars column to either say Charge for Lesson/Books or Payment.

    I have setup the data validation in columns H, I, J.

    Column H detects if there was a payment by cash or cheque. If there was I get 1 for cash/cheque payment, or it stays 0.

    Column I detects if there was a charge and I too get 1.0 for occuring event.

    Column J detects if there was a change to column H or I...

    So what I want is to have an IF STATEMENT in Column B that would look at each of these columns (H,I,J)...

    If Column H > 0 then Column B's text is Payment
    If Column I > 0 then Column B's text is Charge for Lesson/Books
    If Column J = 0 then Column B's text is Blank

    I have attached the spreadsheet if you wish to view...
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Probably you want:

    =IF(H2>0,"Payment",IF(I2>0,"Charge for Lesson/Books",""))

    ?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-05-2007
    Posts
    12
    OK thankyou I was trying

    =IF(AND(H2>0,i>0,J2=0),Payment,Charge for Lesson/Books)

    with no success...

+ 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