Solved Query to find values that start with empty string then update

tmyers

Well-known member
Local time
Today, 16:25
Joined
Sep 8, 2020
Messages
1,091
If I have values that contain an empty string or space as the first "character", how would I go about removing that? In the pricing sheet I am trying to work with, there are quite a few values which begin with a space and it would make my life a lot easier if I could easily remove them.
 
Perhaps you could use the Trim() function
 
I thought there was a function specifically for this. Quick and easy answer! Thanks!
 

Users who are viewing this thread

Back
Top Bottom