A
AmytDev
I"m struggling with trying to get this function to work.
=IF((LEFT(Data!$I$2,3))="-","",((Data!$I$2)))
If the third character is a hyphen, I want the data in the cell to be blank
otherwise, I want the value of I2 in that cell.
Any ideas?
Amy
=IF((LEFT(Data!$I$2,3))="-","",((Data!$I$2)))
If the third character is a hyphen, I want the data in the cell to be blank
otherwise, I want the value of I2 in that cell.
Any ideas?
Amy