Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have two worksheets that I'm working with. One is my "Detail" and the other
is my "Summary". On the summary worksheet I'm calculating on time delivery. On the detail worksheet I have 3 dates, one for original due date, one for last promise date, and one for the actual receipt date. On my summary worksheet I'm currently calculating the difference between the last promise date and the receipt date. What I want to do is be able to change the formula from the last promise date to the original date by simply adding a cell where I can enter a specific word and have it change the formula. Below is a copy of the formula I'm using. =SUMPRODUCT(--(MONTH(Detail!$I$2:$I$46962)=MONTH($A8)),--(YEAR(Detail!$I$2:$I$46962)=YEAR($A8)),--(Detail!$B$2:$B$46962=Summary!$B$3),--(Detail!$K$2:$K$46962<2)) In the formula the part "--(Detail!$K$2:$K$46962<2)" is where I want to change it from column "K" to column "J". Is there any easy way I can toggle this formula back and forth without having to modify the formula directly? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing formula to a value | Excel Worksheet Functions | |||
Changing a Formula | Excel Worksheet Functions | |||
Need Help changing FORMULA | Excel Discussion (Misc queries) | |||
Copy Formula Down Without Changing Entire Formula | Excel Discussion (Misc queries) | |||
Keep formula from changing? | Excel Worksheet Functions |