+ Reply to Thread
Results 1 to 5 of 5

IF / OR Formula Confusion

  1. #1
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    IF / OR Formula Confusion

    Trying to write a formula for:

    If A3 is BLANK, Then B3 is Blank, Else (if the date in A3 is within 30 days of TODAY) then B3 will display "30 Day Alert", otherwise B3 will be Blank.

    This is what I have so far:

    Please Login or Register  to view this content.
    Presently A3 does not have anything written in it, yet with the above formula the "30 Day Alert" notice still displays. The only thing I've done with A3 is format it for a specific DATE display.

    Please help.

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: IF / OR Formula Confusion

    I apologize for the confusion. Since posting my original request I have solved my own challenge.

    Please Login or Register  to view this content.
    Thank you for reading.

    Cheers !

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: IF / OR Formula Confusion

    No real need to use ISBLANK, you could also do it this way...
    =IF(A3="","",IF(A3<(TODAY()+30),"30 DAY ALERT",""))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: IF / OR Formula Confusion

    Thank you. I tried a formula *close* to that but didn't quite have it right.

    I'll add your formula to my toolbox.

    Thank you !

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: IF / OR Formula Confusion

    Cool, thanks for the feedback

+ 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] Search Formula Confusion
    By Logit in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-30-2016, 07:32 PM
  2. Transpose formula confusion
    By rod bugnay in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 06-10-2016, 10:46 AM
  3. [SOLVED] Hourly AVG formula confusion
    By jakeisbill in forum Excel General
    Replies: 4
    Last Post: 04-20-2012, 08:41 AM
  4. WEEKDAY formula confusion
    By tomdenners in forum Excel General
    Replies: 5
    Last Post: 06-24-2011, 08:42 AM
  5. Simple Formula Confusion
    By jayclinton in forum Excel General
    Replies: 7
    Last Post: 01-10-2011, 03:26 AM
  6. Formula confusion
    By gavster in forum Excel General
    Replies: 3
    Last Post: 04-03-2009, 08:29 AM
  7. Formula confusion
    By XCESIV in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-11-2006, 04:01 AM

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