A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I hear you all...
...but, it really sounds to me, like "oh, someone is attacking our beloved Excel, and we better come up with a rational theoretical academic defense".
But, it really doesn't make sense that '=2' is a formula - not even with a desperate, "but what if it points to a cell with the value 2"???
In that case it is a completely different thing, since the cell now contain a reference to another cell.
However, your also right: Creating your own little UDF is very simple...
It fact, it only requires two rules:
- Does the formula contains a function()
- Does the formula contains reference to another cell(s)
If either of them is meet, it TRULY is a formula, and the UDF only takes up 5 lines of code :-)
Thank you all for your feedback...