View Single Post
 
Old 07-13-2022, 08:16 AM
Steve Kunkel Steve Kunkel is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: May 2019
Location: Seattle area
Posts: 81
Steve Kunkel is on a distinguished road
Default

Depending what you want to do with the values, you could also have an additional column next to your existing one, that has, for example
Code:
=A1&"""
The cells with the double quote mark would no longer be "numbers" though, so you wouln't be able to do math with them (average, etc).
Reply With Quote