#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default Rounding

I need a formula, that will round up amounts to the nearest $2. ie.
if A1 value is $102.50, the total in the next cell (B1) should be
rounded up to $104.00.

I know its easy, but I cant work it out.

TIA Esra

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 345
Default Rounding

Try entering in B1
=A1+2-MOD(A1,2)


"Esradekan" wrote:

I need a formula, that will round up amounts to the nearest $2. ie.
if A1 value is $102.50, the total in the next cell (B1) should be
rounded up to $104.00.

I know its easy, but I cant work it out.

TIA Esra


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Rounding

=CEILING(A1,2)
regards,
Stefi


€˛Esradekan€¯ ezt Ć*rta:

I need a formula, that will round up amounts to the nearest $2. ie.
if A1 value is $102.50, the total in the next cell (B1) should be
rounded up to $104.00.

I know its easy, but I cant work it out.

TIA Esra


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 345
Default Rounding

Thanks Stefi, I'm learning too!
Regards
Ron

"Stefi" wrote:

=CEILING(A1,2)
regards,
Stefi


€˛Esradekan€¯ ezt Ć*rta:

I need a formula, that will round up amounts to the nearest $2. ie.
if A1 value is $102.50, the total in the next cell (B1) should be
rounded up to $104.00.

I know its easy, but I cant work it out.

TIA Esra


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Rounding

That's the benefit of this forum: I've also learned a lot from other users's
experience.
Regards,
Stefi


€˛Ron@Buy€¯ ezt Ć*rta:

Thanks Stefi, I'm learning too!
Regards
Ron

"Stefi" wrote:

=CEILING(A1,2)
regards,
Stefi


€˛Esradekan€¯ ezt Ć*rta:

I need a formula, that will round up amounts to the nearest $2. ie.
if A1 value is $102.50, the total in the next cell (B1) should be
rounded up to $104.00.

I know its easy, but I cant work it out.

TIA Esra




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default Rounding

Hello,

=ROUNDUP(A1/2,0)*2

Regards,
Bernd

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
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
HELP with Rounding Sandi Excel Worksheet Functions 7 November 28th 06 10:25 PM
Rounding or not rounding Connie Martin Excel Worksheet Functions 6 April 10th 06 06:24 PM
Rounding PricklyFlower Excel Worksheet Functions 6 June 22nd 05 08:03 AM
Rounding LaraHubbs Excel Discussion (Misc queries) 2 June 21st 05 09:42 PM


All times are GMT +1. The time now is 05:39 AM.

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"