+ Reply to Thread
Results 1 to 4 of 4

How do I use a date typed in a cell to create a range for another formula?

  1. #1
    Registered User
    Join Date
    01-31-2013
    Location
    TX
    MS-Off Ver
    Excel 2007
    Posts
    12

    How do I use a date typed in a cell to create a range for another formula?

    I have a monthly report that I run to produce reports for timeliness based on a 1-Month, 3-Month, 6-Month, & 12-Month range. What I have been doing every month when I add in the previous month's numbers is adjusting each of my formulas to grab the range I am looking for. This takes a ton of time. I'm looking for a way to be able to type in a date to a cell & have my formulas automatically discern the range based on the date. What I have so far:

    =SUMIFS($E$7:$E$500,$D$7:$D$500,">=2/1/15") where my numbers are in E7:E500 & my dates are in D7:D500

    This formula is spitting out the correct information I am looking for. The problem I'm coming across is that the person that is taking over this task is not as Excel-savvy as I am & adjusting the formulas makes him uncomfortable. There are also 16 formulas per customer & anywhere from 10-30 customers whose numbers are pulled a month. I'd prefer to have a cell specifically for him to type in 2/1/15 (or whatever date applies at the time) & have the formula pull the date from that cell with a formula something like this:

    =SUMIFS($E$7:$E$500,$D$7:$D$500,">=D1") where D1 is the cell the date is entered into

    Is there a way to do this?

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How do I use a date typed in a cell to create a range for another formula?

    Try

    =SUMIFS($E$7:$E$500,$D$7:$D$500,">="&D1)

  3. #3
    Registered User
    Join Date
    01-31-2013
    Location
    TX
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: How do I use a date typed in a cell to create a range for another formula?

    That worked perfectly, thanks!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How do I use a date typed in a cell to create a range for another formula?

    You're welcome.

+ 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. Date + Time taks on to text when typed into cell.
    By abduabdelhaq in forum Excel General
    Replies: 3
    Last Post: 12-30-2014, 08:01 AM
  2. [SOLVED] Highlighting a cell based on the date typed in another cell of a different location
    By Anuru in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-18-2014, 04:20 AM
  3. Macro or Formula to create Date range by getting input of month and year
    By indianhp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-03-2013, 11:00 AM
  4. Replies: 2
    Last Post: 12-31-2012, 12:47 PM
  5. Replies: 18
    Last Post: 05-17-2011, 02:31 PM
  6. Create dynamic list from value typed in cell
    By barefaced66 in forum Excel General
    Replies: 2
    Last Post: 12-20-2010, 02:52 PM
  7. Auto-replace typed contents in a cell with a formula
    By Josiah in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 04-10-2008, 02:41 PM

Tags for this Thread

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