Hello-
I have roughly 300,000 rows. One of the columns is AM or PM for 12 hour time period. I want to check that is the column says AM to replace with 0. If the column value says PM, I want 720 to be placed
The formula I have is =IF (Cell location = AM, 0, 720) but it keeps coming up with...