+ Reply to Thread
Results 1 to 4 of 4

formula needed for multiple cells based on date range

  1. #1
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    formula needed for multiple cells based on date range

    WS attached

    (Dashboard) J6 = Formula
    On “Dashboard”, when a start date(G1) /end date(G2) is entered,
    Formula will return based on that date range from “MAIN” B3:B17,
    And multiply the number in”MAIN” N3:N17 by the number listed in “MAIN” AD3:AD17
    Attached Files Attached Files

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

    Re: formula needed for multiple cells based on date range

    You can use this formula in cell J6 of the Dashboard sheet:

    =SUMPRODUCT((MAIN!$B$3:$B$17>=$G$1)*(MAIN!$B$3:$B$17<=$G$2),MAIN!$N$3:$N$17,MAIN!$AD$3:$AD$17)

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Re: formula needed for multiple cells based on date range

    yes works great, thank you so much

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

    Re: formula needed for multiple cells based on date range

    That's good to hear - thanks for feeding back, and thanks for the rep.

    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 needed based on multiple criteria in date range - WS attached
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-12-2020, 07:56 PM
  2. [SOLVED] Formula needed to count the number of days based on a date in other cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-06-2019, 11:49 AM
  3. Formula needed to sum multiple cells based on date range
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-17-2018, 10:07 AM
  4. [SOLVED] Formula Needed to SUMIF columns based on a date range entered
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-24-2017, 11:18 PM
  5. Replies: 13
    Last Post: 06-02-2014, 12:58 AM
  6. [SOLVED] Formula Needed to count a range of cells based on criteria in 2 other cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-01-2013, 04:06 PM
  7. Replies: 1
    Last Post: 09-17-2012, 01:07 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