+ Reply to Thread
Results 1 to 2 of 2

more nested if function??:(

  1. #1
    Registered User
    Join Date
    05-03-2008
    Posts
    4

    Red face more nested if function??:(

    this is what im trying to do but i cant get the right formula for this?

    use nested form of the If function to display "Collection" if I5 is "Late" and F5 > $100.00; "Write Off " if I5 is "Late" and f5 <= $100.00. otherwise the cell should appear blank (use double quotes for blank "")...


    anybody have any idea? i've been working on this for more than 7 hrs

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    Does this work for you?

    =IF(AND(F5>100,I5="Late"),"Collection",IF(AND(F5<=100,I5="Late"),"Write Off",""))
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

+ 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