accessing current column name in formula for that column
how do I reference the column name of column containing formula in the formula?for instance, if column name is "3 bears" i want to fill that column (or any column) with a formula like this: Num(Word(1,current column name())) such that the column will be filled with the number 3 and upon renaming the column to "16 dogs" it would fill the column with the number 16 the intended application for this f...