T
Tom Culp
I have not been able to find an Excel @ function that works like the following Quattro Pro @ function. Is there an equivalent in Excel?
To change Facing Direction to Faces, where Facing Direction is col L
@CHOOSE($L2," ","N","S","E","W","B")
To change Side to Side, where Side is col K
@CHOOSE($K2," ","Right","Left","Ovhd","Median","Island")
In both of these formulas, the value in " " is returned to the active cell when the value in the cell is, in order, blank, 1, 2, 3, 4 or 5. A 5 in K2 returns Island.
I use these formulas to convert numerical data to words.
I have looked at LOOKUP AND VLOOKUP but they do not seem to function for my needs.
Thanks!
Tom
To change Facing Direction to Faces, where Facing Direction is col L
@CHOOSE($L2," ","N","S","E","W","B")
To change Side to Side, where Side is col K
@CHOOSE($K2," ","Right","Left","Ovhd","Median","Island")
In both of these formulas, the value in " " is returned to the active cell when the value in the cell is, in order, blank, 1, 2, 3, 4 or 5. A 5 in K2 returns Island.
I use these formulas to convert numerical data to words.
I have looked at LOOKUP AND VLOOKUP but they do not seem to function for my needs.
Thanks!
Tom