S
StanG
Okay, I've been beating my head on this for a while now.
I'm trying to create a chart where a user enters 3 items
of data, and then using a range created from lookups,
update the displayed data.
The formula I'm using to create the range looks like:
="CN!$"&VLOOKUP(B3,A17:C65,2)&"$"&TEXT(B4,0)&":CN!
$"&VLOOKUP(B3,A17:C65,3)&"$"&TEXT(B5,0)
and gives me a result like:
CN!$K$51:CN!$N$100
Now is there anyway to use this as a data range for a
chart without updating the chart each time the range
changes?
TIA
Stan
I'm trying to create a chart where a user enters 3 items
of data, and then using a range created from lookups,
update the displayed data.
The formula I'm using to create the range looks like:
="CN!$"&VLOOKUP(B3,A17:C65,2)&"$"&TEXT(B4,0)&":CN!
$"&VLOOKUP(B3,A17:C65,3)&"$"&TEXT(B5,0)
and gives me a result like:
CN!$K$51:CN!$N$100
Now is there anyway to use this as a data range for a
chart without updating the chart each time the range
changes?
TIA
Stan