(or whatever its name is this week, (Thanks, marketdroids) )
So, sometimes you want to show what formula was used to get to a value. this custom formula will extract it and show it as the new cell value:
Adapted from https://goo.gl/xd0449 (StackExchange)
Input:
x | A | B | C |
---|---|---|---|
1 | FOO | =A2 | =CELLFORMULA(B3) |
Output:
x | A | B | C |
---|---|---|---|
1 | FOO | FOO | =A2 |