S
SamuelT
Hi all,
I'm working on a spreadsheet and have hit upon a problem. Due to an
extension in the range I am calculating my nested formula now exceeds
the magical 7 limit. I only actually need to add on more range to
calculate, but cannot work out what to do.
The formula I'm using is below. I basically just need to do the same
calculation for columns BT and BU:
=IF('Resource Calcs'!B2="","",IF('Resource Calcs'!$BF2='Resource By
Div'!$A$1,'Resource Calcs'!B2*'Resource Calcs'!$BG2,IF('Resource
Calcs'!$BH2='Resource By Div'!$A$1,'Resource Calcs'!B2*'Resource
Calcs'!$BI2,IF('Resource Calcs'!$BJ2='Resource By Div'!$A$1,'Resource
Calcs'!B2*'Resource Calcs'!$BK2,IF('Resource Calcs'!$BL2='Resource By
Div'!$A$1,'Resource Calcs'!B2*'Resource Calcs'!$BM2,IF('Resource
Calcs'!$BN2='Resource By Div'!$A$1,'Resource Calcs'!B2*'Resource
Calcs'!$BO2,IF('Resource Calcs'!$BP2='Resource By Div'!$A$1,'Resource
Calcs'!B2*'Resource Calcs'!$BQ2, IF('Resource Calcs'!$BR2='Resource By
Div'!$A$1,'Resource Calcs'!B2*'Resource Calcs'!$BS2, 0))))))))
I've been advised that I could split the formula across two cells, the
only problem being that I then copy the formula across a massive range
of around 2000 cells, and it will take quite some time to add new rows
and columns...looking for a simpler solution!
Any ideas?
Thanks!
SamuelT
I'm working on a spreadsheet and have hit upon a problem. Due to an
extension in the range I am calculating my nested formula now exceeds
the magical 7 limit. I only actually need to add on more range to
calculate, but cannot work out what to do.
The formula I'm using is below. I basically just need to do the same
calculation for columns BT and BU:
=IF('Resource Calcs'!B2="","",IF('Resource Calcs'!$BF2='Resource By
Div'!$A$1,'Resource Calcs'!B2*'Resource Calcs'!$BG2,IF('Resource
Calcs'!$BH2='Resource By Div'!$A$1,'Resource Calcs'!B2*'Resource
Calcs'!$BI2,IF('Resource Calcs'!$BJ2='Resource By Div'!$A$1,'Resource
Calcs'!B2*'Resource Calcs'!$BK2,IF('Resource Calcs'!$BL2='Resource By
Div'!$A$1,'Resource Calcs'!B2*'Resource Calcs'!$BM2,IF('Resource
Calcs'!$BN2='Resource By Div'!$A$1,'Resource Calcs'!B2*'Resource
Calcs'!$BO2,IF('Resource Calcs'!$BP2='Resource By Div'!$A$1,'Resource
Calcs'!B2*'Resource Calcs'!$BQ2, IF('Resource Calcs'!$BR2='Resource By
Div'!$A$1,'Resource Calcs'!B2*'Resource Calcs'!$BS2, 0))))))))
I've been advised that I could split the formula across two cells, the
only problem being that I then copy the formula across a massive range
of around 2000 cells, and it will take quite some time to add new rows
and columns...looking for a simpler solution!

Any ideas?
Thanks!
SamuelT