Thread
:
Return a digit in a string of numbers
View Single Post
#
3
[email protected]
Posts: n/a
Hi WM,
If your value 5891034 is in cell A1 use this formula:
=MID($A$1,ROW()-1,1)
Should the value be in an alternative cell modify the formula
accordingly, remembering that it requires an absolute cell reference
($s).
Cheers,
JF
Reply With Quote