H
harg7769
I'm having some problems with a very simple IF statement on a file of
data I imported from anopther application. The statement is based on
two columns, speed limit(column B), and actual speed (column C)
The statement is
=if(c5>b5,"Speeding", "")
Very simple, but it reports everything as False, ie returns a blank
cell. I had a look at the formats and the cells are all number cells.
I can do basic arithmetic on the cells without any problems, and I can
even get the statement to work on new columns within the worksheet.
Unfortuantely there are two many rows to re-type it all.
OK, found a solution, but I may as well finish this. In adjacent
columns, I typed = c5*1 and =b5*1, and then made the IF statement look
at them, and it works.
Any suggestions as to why this would work, and yet the original
figures don't?
regards
Andrew H
data I imported from anopther application. The statement is based on
two columns, speed limit(column B), and actual speed (column C)
The statement is
=if(c5>b5,"Speeding", "")
Very simple, but it reports everything as False, ie returns a blank
cell. I had a look at the formats and the cells are all number cells.
I can do basic arithmetic on the cells without any problems, and I can
even get the statement to work on new columns within the worksheet.
Unfortuantely there are two many rows to re-type it all.
OK, found a solution, but I may as well finish this. In adjacent
columns, I typed = c5*1 and =b5*1, and then made the IF statement look
at them, and it works.
Any suggestions as to why this would work, and yet the original
figures don't?
regards
Andrew H