I have a spreadsheet with column B having integers. I want to get the first digit of each entry in column B in the corresponding row of column C.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
If you want them as numbers for calculation to be done
drag that down in Column C else
|
|||
|
|
|
To build on @datatoo's answer, if your list includes negative values, you'll have to add a condition to look past any negative signs:
|
|||