Let's say I have a range called WidgetTypes in cells C5:M5.
I want my formula in cell A1 to return C5:M5 or $C$5:$M$5.
What formula goes into cell A1?
cell("address",WidgetTypes) returns $C$5 but I'm stuck there. I can't get the whole thing.