#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Formula Help

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

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

--
Randy Street
Rancho Cucamonga, CA
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Formula Help

One way:

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

In article ,
Randy wrote:

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

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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Formula Help

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

On Oct 25, 1:13 am, Randy wrote:
Anyone know how to modify this formula so it does not round anymore?

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

--
Randy Street
Rancho Cucamonga, CA



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Formula Help

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

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

Thanks anyway...

--
Randy Street
Rancho Cucamonga, CA


"Randy" wrote:

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

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

--
Randy Street
Rancho Cucamonga, CA

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Formula Help

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

On Oct 25, 1:13 am, Randy wrote:
Anyone know how to modify this formula so it does not round anymore?

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

--
Randy Street
Rancho Cucamonga, CA



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"