Cell/Worksheet reference based on a formula
Is there a way to refer to cell and worksheets in a way that they can change based on a formula?
Something like:
Instead of =A1, (I want the row reference to change based on a formula but not the column).
something like =A”if(b1=TRUE, 1,2)”
Or instead of = Workpaper1!B7
Something like =’if(b1=TRUE, “Workpaper1”,”Workpaper2”)’!B7 (I want the worksheet reference to change based on a formula but not the cell).
This would save me hours of work. Any help is much appreciated.
Is there a way to refer to cell and worksheets in a way that they can change based on a formula?
Something like:
Instead of =A1, (I want the row reference to change based on a formula but not the column).
something like =A”if(b1=TRUE, 1,2)”
Or instead of = Workpaper1!B7
Something like =’if(b1=TRUE, “Workpaper1”,”Workpaper2”)’!B7 (I want the worksheet reference to change based on a formula but not the cell).
This would save me hours of work. Any help is much appreciated.