Another IF statement question

V

Valerie

Hello,

How can I make my IF statement say "=IF(C4=>B2+30,1,2)" and C4 is a fixed
date and B2 is the system date (=TODAY() ). I want to add a statement that
says if the fixed date is greater than or equal to system date, return a 1,
if not return a 2. So later I can go and count all the 1's and then count all
the 2's, but I can't get the statement to work. The first one was 4/2/2009
and it is returning a 2 and it should be a 1.

Thanks for whatever help anyone can give.

Valerie
 
V

Valerie

I think I figured this one out. Now I need an if statment to say,
=IF(C4>=$B$2-180,1,2) where C4 is the fixed cell date, B2 is the system date
and I want to go back in time 180 days. So it would be if C4 is older than or
equal to B2 (system date minus 180 days) then return a 1, if not return a 2.

Thanks!
 

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

Top