Hi Folks
First post…. Searched message board without success, which I appreciate doesn’t mean my question isn’t already answered there..
Ok, What I’m trying to do is to do away with an intermediate worksheet that calculates financial values over a 104 week period. Elsewhere I summarise these values based upon financial quarters and/or a specific criteria entered. I’m only interested in the summary, I have no real use for the individual 104 week calculations.
Each of the 104 weekly calculations are calculated thus:-
=IF(ISNUMBER(PlanView!D5),((PlanView!D5*(IF(IncludeDailyCost,Planning!$DF5,0)+IF(IncludeTandS,Planning!$DG5,0)))*5)*D$4,””)
There are 40 rows. (Worse, there are two worksheets with similar calculations.)
Elsewhere I will summarise each row something like:
=IF(PlanViewCost!B5=”SelectedValue”, SUM(D5:DD5),0)
What I ‘think’ I ought to be able to do is perform the first calculation above inside the SUM(D5:DD5) in the second calculation.
Is this possible?
Regards
Peter