+ Reply to Thread
Results 1 to 3 of 3

Need an IF statement that looks at a cell with =TODAY() and gives an amount

  1. #1
    Registered User
    Join Date
    04-22-2020
    Location
    WI, USA
    MS-Off Ver
    2016
    Posts
    4

    Need an IF statement that looks at a cell with =TODAY() and gives an amount

    I have a table that is a VLOOKUP table where a Dropdown menu choice pulls certain amounts from the table. These amounts are going to change after a certain date. I have the =TODAY() in Cell AE5, and I was thinking that I could have an IF statement in each of the Column2 cells in Table1, that would state that the amount was 110 on or before 4/27/2020 and 120 after that.

    I have attached a small sheet that shows all of the cells. Prior to distribution all of the cells to the right of column R will be Hidden from view and the sheet will be locked so that the calculating cells can't be accessed.

    I hope this is possible. I just can't figure out the IF statement.

    Thank You

    chembel
    Attached Files Attached Files

  2. #2
    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,929

    Re: Need an IF statement that looks at a cell with =TODAY() and gives an amount

    Maybe something like...
    =if(date-cell<=AE5,110,120)
    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

  3. #3
    Registered User
    Join Date
    04-22-2020
    Location
    WI, USA
    MS-Off Ver
    2016
    Posts
    4

    Re: Need an IF statement that looks at a cell with =TODAY() and gives an amount

    Okay, when I place that formula in the cell I get the #NAME? error.

    But, what worked was =IF(TODAY()<=AE5,110,120) and entering the deadline date into AE5. That way the system is finding out what today's date is a comparing it to the deadline on the form. Thanks for the suggestion. It helped me create what I needed.

    Your help on this site is so generous. I appreciate all of the time that the people who moderate this site have given m. You people are so GREAT!!!!

    You can mark this as Solved!!!

    chembel

+ 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] VBA filter today() col1, amount col 11,method of paiment col 16 to a new sheet
    By Maddart in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-07-2020, 05:21 PM
  2. [SOLVED] If statement based on date in cell using today function?
    By nobodyukno in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-27-2015, 10:42 AM
  3. [SOLVED] Amount of years/months from starting date until today
    By Onesock in forum Excel General
    Replies: 3
    Last Post: 03-06-2015, 07:45 AM
  4. If statement to provide amount in last cell
    By ab585 in forum Excel General
    Replies: 1
    Last Post: 10-30-2014, 01:48 AM
  5. [SOLVED] If Statement for today being more than (x) days from cell value.
    By Sc0tt1e in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-18-2013, 07:49 AM
  6. [SOLVED] count amount based on today date
    By Megatronixs in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-25-2012, 02:55 AM
  7. If Statement to accumulate an amount in a cell
    By tazmanian24 in forum Excel General
    Replies: 9
    Last Post: 09-11-2009, 02:27 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