Hello,
I posted a similar question a while ago and have most of it working. However, I have one other related question if you please.
I have a formula that I would like to add a cell address to in the range. Here is a simplified version of the formula:
What I’d like to do is replace the 365 with the value in cell T13. Maybe this is not even possible but I thought it would look something like this (apparently I am wrong):
Thanks for viewing,
Steve
I posted a similar question a while ago and have most of it working. However, I have one other related question if you please.
I have a formula that I would like to add a cell address to in the range. Here is a simplified version of the formula:
Rich (BB code):
=SUMPRODUCT(--(YEAR($C$32:$C$365)=R39),$Q$32:$Q$365)
What I’d like to do is replace the 365 with the value in cell T13. Maybe this is not even possible but I thought it would look something like this (apparently I am wrong):
Rich (BB code):
=SUMPRODUCT(--(YEAR(“$C$32:$C$” & Range(“T13”).value)=R39),”$Q$32:$Q$” & Range(“T13”).value)
Thanks for viewing,
Steve