Forum Discussion
LouisDeconinck
Apr 24, 2024Brass Contributor
You probably don't know this Excel function: =CELL( )
I recently came across a function I have never used before and you've probably not heard about it either. The function I'm talking about is CELL(info_type, [reference]), I think it's quite neat. It ...
HansVogelaar
Apr 24, 2024MVP
A well-known use of the CELL function is to return the name of the active sheet in a cell: see Get sheet name only
LouisDeconinck
May 06, 2024Brass Contributor
Thanks for the tip, that is indeed a very cool functionality.