joeyslaptop
New Member
- Joined
- Aug 26, 2011
- Messages
- 27
I need a chart that will allow me to use a formula as a range... or a reference cell's result as the range.
I have a cell with two MATCH formulas that find an item code in column B, and then provide an ordered date range from another column and displays the following:
'Data Gathered'!$O$180:$O$196
So I have a cell, H25, with the above text specified. How can I use this result as my cell range for my chart?
I have tried referring to H25 as the range, specifying =INDIRECT(H25), and pasting the formula from H25 into the chart dialog box, and at best, when it's not doing that *bonk* *error* sound, and after a little formula manipulation, I can get it to accept the formula...
... at which point I'm left with a blank chart. I know that the range I specify has data. If I use INDIRECT and just one MATCH formula, I get the first range value returned. When I use the same method and specify the last cell, I get the last value in the range. So, I know my MATCH formulas are pulling data correctly.
so to summarize...
[H25]=(fancy underlying MATCH formulas)='Data Gathered'!$O$180:$O$196
Chart wizard formula bar=(have tried all of the following)
=H25
=INDIRECT(H25)
=INDIRECT(fancy MATCH formula)
=(fancy MATCH formula used in H25)
How do I get my chart to recognize the resulting range of my fancy match formula?
I have a cell with two MATCH formulas that find an item code in column B, and then provide an ordered date range from another column and displays the following:
'Data Gathered'!$O$180:$O$196
So I have a cell, H25, with the above text specified. How can I use this result as my cell range for my chart?
I have tried referring to H25 as the range, specifying =INDIRECT(H25), and pasting the formula from H25 into the chart dialog box, and at best, when it's not doing that *bonk* *error* sound, and after a little formula manipulation, I can get it to accept the formula...
... at which point I'm left with a blank chart. I know that the range I specify has data. If I use INDIRECT and just one MATCH formula, I get the first range value returned. When I use the same method and specify the last cell, I get the last value in the range. So, I know my MATCH formulas are pulling data correctly.
so to summarize...
[H25]=(fancy underlying MATCH formulas)='Data Gathered'!$O$180:$O$196
Chart wizard formula bar=(have tried all of the following)
=H25
=INDIRECT(H25)
=INDIRECT(fancy MATCH formula)
=(fancy MATCH formula used in H25)
How do I get my chart to recognize the resulting range of my fancy match formula?