I ask because i'm pulling two different sets of data into the same cells.
I have a dropdown that has two sheet names in M120
then i reference it in the cell below using
=IF(ISERR(INDIRECT($M$120&"!AE149")),,INDIRECT($M$120&"!AE149"))
Thus i'm pulling attendance from one sheet that i just want 6,100 format
and percapita from another sheet that i want two decimals 3.50 both appear in same cell lets say A1 .. depending upon whats selected in M120
Is there any way to change the format depending on what value is in M120 .. or by any other method?
Thanks so much :P
I have a dropdown that has two sheet names in M120
then i reference it in the cell below using
=IF(ISERR(INDIRECT($M$120&"!AE149")),,INDIRECT($M$120&"!AE149"))
Thus i'm pulling attendance from one sheet that i just want 6,100 format
and percapita from another sheet that i want two decimals 3.50 both appear in same cell lets say A1 .. depending upon whats selected in M120
Is there any way to change the format depending on what value is in M120 .. or by any other method?
Thanks so much :P