IF Statement not working after pasting data

  • Thread starter Thread starter Dozaec
  • Start date Start date
D

Dozaec

Hello,
I am trying to build this formula =if(A2="Snow",1,0). It works in a
fresh, new Excel 2007 sheet but I copied some data from a 2003 version into a
2007 sheet and now my if statement won't work. I tried to format the data
using the same format in the new 2007 sheet but it still won't work. Is
there an option to use to change it?
 
Check the length of the data in the cells with =LEN(A2). If your cell is
going to match "snow", it will have to have a length of 4. If the cell
contains space(s), it will not match "snow"

Tyro
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top