Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default Rounding in the Same Cell

I have this formual:

=IF(D7<L7,D7,IF(D7L7,L7,0))

I would like it to round down to the nearest quarter hour as well. I can
round in an adjacent cell, but I would like to remain in the same cell. Is
this possible?

Thanks for your help.

Johnnie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 523
Default Rounding in the Same Cell

=ROUNDDOWN(4*IF(D7<L7,D7,IF(D7L7,L7,0)),0)/4

"Johnnie" wrote:

I have this formual:

=IF(D7<L7,D7,IF(D7L7,L7,0))

I would like it to round down to the nearest quarter hour as well. I can
round in an adjacent cell, but I would like to remain in the same cell. Is
this possible?

Thanks for your help.

Johnnie

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default Rounding in the Same Cell

Sam,
Thanks, it works great!!!
Johnnie

"Sam Wilson" wrote:

=ROUNDDOWN(4*IF(D7<L7,D7,IF(D7L7,L7,0)),0)/4

"Johnnie" wrote:

I have this formual:

=IF(D7<L7,D7,IF(D7L7,L7,0))

I would like it to round down to the nearest quarter hour as well. I can
round in an adjacent cell, but I would like to remain in the same cell. Is
this possible?

Thanks for your help.

Johnnie

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounding up a cell to the next ΒΌ hour. Pasquale Excel Worksheet Functions 3 April 9th 09 01:01 PM
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH SunshineinFt.Myers[_2_] Excel Worksheet Functions 7 March 5th 09 06:41 PM
Rounding Cell Values RWAMSLEY Excel Worksheet Functions 3 January 5th 09 07:45 PM
stop rounding in cell Lady112017 Excel Discussion (Misc queries) 3 December 7th 05 04:39 PM
Rounding up for down based on cell value Allison Excel Worksheet Functions 3 February 8th 05 10:10 PM


All times are GMT +1. The time now is 05:54 PM.

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

About Us

"It's about Microsoft Excel"