Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to return, via a function, the name of the range a cell
resides in example: range = A1:C10 I want a formula that, when put in cell B5, will return "range" ans extra bonus would be one that can return the name of the range that another cell resides in. Example Range2 - A12:C21 B2 is =whatever_formula(A15) -- Range2 thanks |