Formula Help

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

Guest

Anyone know how to modify this formula so it does not round anymore?

=IF(D22=TRUE, CEILING(MOD(NOW(),1),TIME(,5,)),"")
 
Try this:

=IF(D22=TRUE,NOW(),"")

However, NOW will return the system time and will continue to change,
so I'm not really sure what the purpose of the formula is.

Hope this helps.

Pete
 
Never mind....i figured it out...

=IF(D22=TRUE, MOD(NOW(),1),"")

Thanks anyway...
 
Try this:

=IF(D22=TRUE,MOD(NOW(),1),"")

However, NOW will return the system time and will continue to change,
so I'm not really sure what the purpose of the formula is.

Hope this helps.

Pete
 

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

Similar Threads


Back
Top