Forum Discussion

chynaruss's avatar
chynaruss
Copper Contributor
Apr 26, 2021
Solved

How to change tally marks into numbers

I currently have tally marks (uppercase I's) in an excel sheet and I am trying to convert it into values/numbers. Is there a quick way (with highlight) to change all the tally marks into numbers? Tha...
  • HansVogelaar's avatar
    HansVogelaar
    Apr 26, 2021

    chynaruss 

    If you want to replace the tally marks with numbers, you have two options

    1. Using formulas

    • Use LEN formulas to return the numbers in another range.
    • Select the range with the formulas.
    • Copy it.
    • Without changing the selection, click the lower half of the Paste button and select Values.
    • You can now delete the range with tally marks.

    2. Using VBA.

    It would be possible to write a macro that replaces the tally marks with their count in the same cells.

     

    If you want to keep the tally marks, just use the LEN formulas in another range.

Resources