Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am trying to use the following formula in the worksheet 'Reports': =SUMPRODUCT((Operations!B3:B2312(--("2005/12/31")))*(Operations!L3:L2312)) but, the values in Operations!L3:L2312 are actually just filldown calculations: =VLOOKUP(G2202,'RVU Lookup'!A901:B8111,2,FALSE) and therefore the sumproduct doesn't work. I could copy the L column, paste special the values, run the sumproduct, and it should work: - isn't there a way to do this with VBA or at least an easier automated solution? thanks in advance CLS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table calculated column | Excel Discussion (Misc queries) | |||
Increasing the number calculated by for same column | Excel Discussion (Misc queries) | |||
excel trying to sum a column of calculated values | Excel Discussion (Misc queries) | |||
Can the sum of 1p + 3p be calculated in a column in Excel? | Excel Discussion (Misc queries) | |||
using a calculated column value within a range | Excel Programming |