I'm trying to create a chart with a range built dynamically using the INDIRECT function. Excel does recognize the range I am creating using INDIRECT as it highlights the corresponding range on the sheet:

However when saving the chart, I get an error message saying the function is not valid:

Does anybody know what the problem is / how to create a dynamic chart range from a specific start to specific end point?
PS: You can download the above spreadsheet here. The formula I was using:=INDIRECT("sheet!"&E2&":"&E3)






INDIRECT:( If you try to use=INDIRECT("Sheet!$A$3:$B$7")this too throws an error. Waiting to see if someone else's got some workaround! - JerryINDIRECTto create a "range" of cells that can be used this way. - MartinINDIRECTor another function in the end doesn't matter to me as long as I can define start/end of range like in the example. - Max