How do I enter a time formula into a worksheet that determines if.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I, set about entering a formula within a worksheet that determines if
the Time is greater or less that the time in a certian cell;
eg =if(now()>K17,"then display this","") K17 holding the Value 08:30 AM
formated to time
 
=IF(MOD(NOW(),1)>K17,"then display this","")

HTH
Jason
Atlanta, GA
 

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