ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula Help (https://www.excelbanter.com/excel-discussion-misc-queries/163410-formula-help.html)

Randy

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

JE McGimpsey

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,)),"")


Pete_UK

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




Randy

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


Pete_UK

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





All times are GMT +1. The time now is 10:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com