Auto Data Entry

T

The Wolf

I have checked the help section for this and come up empty.

Is there a way to auto entry data in Excel?

E.g. If today() is equal to or greater than 5/15/04 then enter $50 in cell
b5
 
D

Domenic

I have checked the help section for this and come up empty.

Is there a way to auto entry data in Excel?

E.g. If today() is equal to or greater than 5/15/04 then enter $50 in cell
b5
Try,

=IF(TODAY()>=DATEVALUE("5/15/2004"),50,"")

Hope this helps!
 

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