+ Reply to Thread
Results 1 to 4 of 4

Adding to an existing formula !!!!!!!!!

  1. #1
    Registered User
    Join Date
    04-04-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    25

    Angry Adding to an existing formula !!!!!!!!!

    I need to add something to this formula to return a blank cell. The formula is for a over 30 days old "Yes" if under 30 days old "No" but when the referenced date cell is blank the formula cell shows "yes".

    IF(TODAY()-$B14>=30,"YES",IF(TODAY()-$B14<=30,"NO"))

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Adding to an existing formula !!!!!!!!!

    you could try =IF(B14="","",if(TODAY()-$B14>=30,"YES",IF(TODAY()-$B14<=30,"NO"))) - see if it works, I didn't test it.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Contributor
    Join Date
    09-18-2014
    Location
    Pakistan
    MS-Off Ver
    2013, 2016
    Posts
    283

    Re: Adding to an existing formula !!!!!!!!!

    =IF(B14<>"",if(TODAY()-$B14>=30,"YES",IF(TODAY()-$B14<=30,"NO")),"")
    You can try this code.

  4. #4
    Registered User
    Join Date
    07-22-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    MS 2013
    Posts
    3

    Re: Adding to an existing formula !!!!!!!!!

    Hi guys. I am trying to do a similar thing with the below formula. I want it to return blank if the cell above ="specific text" if not carry on with the vlookup.

    Your help is much appreciated!

    =IF(A9="BARCAPV","",VLOOKUP('PLAN DATA'!B10,'C:\Templates\[Tables.xlsx]Tables'!$A$1:$F$12,4,0))

+ 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. Adding another formula to an existing one
    By JakeMann in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-14-2014, 08:22 AM
  2. Adding to an Existing Formula
    By jcl6543 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2014, 12:58 AM
  3. adding to existing formula
    By wwoody in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-17-2013, 03:25 AM
  4. Adding to 2 existing formula
    By cmackay1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-14-2012, 05:14 PM
  5. [SOLVED] adding formula to existing database
    By Barb Reinhardt in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 05:05 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