Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear Wizards,
I've got lots and lots of rows of data. I've got a grid of a hundred or so formulas that look similar to the following: =SUMPRODUCT((WEEKDAY($A$28:$A$393)=1)*(H$28:H$393) ) While the formulas are not all identical, the nice thing is that they all look at the same NUMERIC component of the range i.e. 28,393. I'd like to periodically look at different ranges with these formulas. Is there a way I can just put the range numbers in a couple of cells and have all of my formulas change the scope of the data they're looking at i.e. 50 in one cell and 200 in another cell woould change the formulas to look like: =SUMPRODUCT((WEEKDAY($A$50:$A$200)=1)*(H$50:H$200) ) TIA for your help! Sam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula using multiple ranges | Excel Discussion (Misc queries) | |||
Formula with ranges | Excel Worksheet Functions | |||
Different ranges in formula | Excel Worksheet Functions | |||
formula that compares different ranges | Excel Worksheet Functions | |||
how do i add different cell ranges using a formula | Excel Worksheet Functions |