+ Reply to Thread
Results 1 to 7 of 7

IF formula problems....

  1. #1
    Forum Contributor
    Join Date
    02-25-2010
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2010
    Posts
    138

    IF formula problems....

    Morning All,

    I have an IF formula, and it does not seem to work, not sure if I've messed up somewhere along the line.

    I have attached a sample spreadsheet of what I am working on, but haven't a clue how to proceed.

    TEST4.xlsx

    What I need is in Column P to show today's date if the date in Column J is either today's date, or before today's date.

    But, if Column H ha the words "PROFORMA" "TBC" or "YES" in the cells i need the box in column P to be blank.

    This is the formula i have currently:

    Please Login or Register  to view this content.
    Hopefully this makes sense.

    Thanks in advance.

    Ross

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: IF formula problems....

    Does this help ? =IF(OR(H3="proforma";H3="TBC";H3="YES");"";IF(J3<=TODAY();TODAY();""))

    (Replace semi colons with commas)

  3. #3
    Forum Contributor
    Join Date
    02-25-2010
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2010
    Posts
    138

    Re: IF formula problems....

    Thanks Pepe, But this is only bringing the date up in Column P against the Column H's "YES"

  4. #4
    Forum Contributor
    Join Date
    02-25-2010
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2010
    Posts
    138

    Re: IF formula problems....

    Quick Bump, Is anyone able to assist?

    Thanks
    Ross

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: IF formula problems....

    Put this in P2:

    =IF(OR(H2="PROFORMA",H2="TBC",H2="YES",J2=""),"",IF(OR(H2="DUE",J2<TODAY()),TODAY(),J2))

    then copy down.

    Hope this helps.

    Pete

  6. #6
    Forum Contributor
    Join Date
    02-25-2010
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2010
    Posts
    138

    Re: IF formula problems....

    Pete_UK,

    Thanks alot!! Exactly what I needed!!

    Many Thanks
    Ross

  7. #7
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: IF formula problems....

    Glad to help.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, you might like to click on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] formula problems
    By i.r.smith in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-20-2014, 11:26 AM
  2. Formula problems
    By m.cardoso89 in forum Excel General
    Replies: 5
    Last Post: 03-13-2014, 02:45 PM
  3. Formula Problems
    By afountas21 in forum Excel General
    Replies: 1
    Last Post: 09-07-2012, 11:22 AM
  4. Formula Problems
    By Ted in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 11-21-2005, 04:20 PM
  5. Still having problems with this formula
    By numerion in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2005, 01:22 PM

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