I am currently trying to build a spreadsheet that will build a report off some data.
What I have at the moment is this:
The problem is that their are several formula in the reports sheet and the data range will change each time the spreadsheet is used.
Is there any way I can enter the formula range (Data!C4:C27, or whatever it is) in another worksheet and do something like this:
So that all of the formula will take the ref from the Range!A1 cell.
I think that makes sense???
Cheech
[Peace][Pipe]
What I have at the moment is this:
Code:
=COUNTA(Data!C4:C27)
Is there any way I can enter the formula range (Data!C4:C27, or whatever it is) in another worksheet and do something like this:
Code:
=COUNTA(=Range!A1)
I think that makes sense???
Cheech
[Peace][Pipe]