D
Data Analyst
I'm using the following formula to remove decimals from my fields (ex.
1000.02.09.03):
=LEFT(A1,FIND(".",A1)-1)
I need to include in it the fields that don't have decimals (ex. 1000) to be
calculated as is instead of receiving the error message #VALUE!
1000.02.09.03):
=LEFT(A1,FIND(".",A1)-1)
I need to include in it the fields that don't have decimals (ex. 1000) to be
calculated as is instead of receiving the error message #VALUE!