In excel chart a range name that gets its value from a formula but does not refer to a cell reference is not accepted as Series Name.
e.g. sheet1!var1 =IF(Sheet1!$A$2="V1","Vendor1","Vendor2") is not accepted as series name, output is just text value not a cell ref.
sheet1!var1 =IF(Sheet1!$A$2="V1",Sheet1!$B$2,Sheet1!$C$2) is accepted as it refers to B2 or C2 cells
Is this the way it works?
I thought since text value is accepted as series name, range name based on formula returning string values should be acceptable as well.
e.g. sheet1!var1 =IF(Sheet1!$A$2="V1","Vendor1","Vendor2") is not accepted as series name, output is just text value not a cell ref.
sheet1!var1 =IF(Sheet1!$A$2="V1",Sheet1!$B$2,Sheet1!$C$2) is accepted as it refers to B2 or C2 cells
Is this the way it works?
I thought since text value is accepted as series name, range name based on formula returning string values should be acceptable as well.