Any Excel whizzkidz out there?
I am trying to do calculations that I don’t know how to do or how to ask for help.
The problem is this
=IF(‘D22’!$I$4<>0,‘D22’!$I$4,"")
This formula will reprint the contents of Cell D22, if Cell D22 in my spreadsheet has something, otherwise it returns a blank cell.
What I would like to do is replace the Cell number D22 with the following formula, but I want Excel to do that for me.
So what I need is something like this:
=IF(‘Formula’!$I$4<>0,‘Formula’!$I$4,"")
Where Formula is a simple calculation for Excel to reference a particular Cell in a series, say D22, D23, D24
I don’t want to type:
=IF(‘D22’!$I$4<>0,‘D22’!$I$4,"")
=IF(‘D23’!$I$4<>0,‘D23’!$I$4,"")
=IF(‘D24’!$I$4<>0,‘D24’!$I$4,"")
etc.
because I have hundreds to enter. I need a formula that I can copy and paste. To do this, though I need to know how to work D22, etc., etc., into a formula that Excel can calculate, then execute and return the contents of that cell.
I don’t know what commands I need to call to write the contents of Formula…
Anyone see what I need?
Thanks
Kenneth