Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How do I round a number to the nearest .49 in a cell that has a fo

I am a novice, but I think this is close to what I'm trying to acheive. I
have a column of numbers that I need to double whose sum is then added to
itself. Then I need it to round up (.01 - .48) to .49, or (.50 to .98) to
..99. I started with =SUMPRODUCT(E3*50%+E3) but got confused as to how I would
apply the "round" function.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How do I round a number to the nearest .49 in a cell that has afo

Try this around your SP formula:

=CEILING( ... ,0.5) - 0.01

i.e. round it up in increments to the nearest 0.5 and then subtract
0.01 from that.

Hope this helps.

Pete

On Jul 2, 10:11*pm, Butrcup624
wrote:
I am a novice, but I think this is close to what I'm trying to acheive. I
have a column of numbers that I need to double whose sum is then added to
itself. Then I need it to round up (.01 - .48) to .49, or (.50 to .98) to
.99. I started with =SUMPRODUCT(E3*50%+E3) but got confused as to how I would
apply the "round" function.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How do I round a number to the nearest .49 in a cell that has a fo

E3*50%+E3

Is the same as: E3*1.5

I need it to round up (.01 - .48) to .49


What if E3*1.5 = a whole number like 150?

Maybe this:

=CEILING(E3*1.5+0.01,0.5)-0.01

0 to 0.49 rounds to 0.49
0.5 to 0.99 rounds to 0.99

--
Biff
Microsoft Excel MVP


"Butrcup624" wrote in message
...
I am a novice, but I think this is close to what I'm trying to acheive. I
have a column of numbers that I need to double whose sum is then added to
itself. Then I need it to round up (.01 - .48) to .49, or (.50 to .98) to
.99. I started with =SUMPRODUCT(E3*50%+E3) but got confused as to how I
would
apply the "round" function.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How do I round a number to the nearest .49 in a cell that has a fo

E3*50%+E3

Is the same as: E3*1.5

I need it to round up (.01 - .48) to .49


What if E3*1.5 = a whole number like 150?

Maybe this:

=CEILING(E3*1.5+0.01,0.5)-0.01

0 to 0.49 rounds to 0.49
0.5 to 0.99 rounds to 0.99

--
Biff
Microsoft Excel MVP


"Butrcup624" wrote in message
...
I am a novice, but I think this is close to what I'm trying to acheive. I
have a column of numbers that I need to double whose sum is then added to
itself. Then I need it to round up (.01 - .48) to .49, or (.50 to .98) to
.99. I started with =SUMPRODUCT(E3*50%+E3) but got confused as to how I
would
apply the "round" function.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How do I round a number to the nearest .49 in a cell that has

I think both answer were the same, but worded a little differently. But it
worked!!! Thank you!


"T. Valko" wrote:

E3*50%+E3


Is the same as: E3*1.5

I need it to round up (.01 - .48) to .49


What if E3*1.5 = a whole number like 150?

Maybe this:

=CEILING(E3*1.5+0.01,0.5)-0.01

0 to 0.49 rounds to 0.49
0.5 to 0.99 rounds to 0.99

--
Biff
Microsoft Excel MVP


"Butrcup624" wrote in message
...
I am a novice, but I think this is close to what I'm trying to acheive. I
have a column of numbers that I need to double whose sum is then added to
itself. Then I need it to round up (.01 - .48) to .49, or (.50 to .98) to
.99. I started with =SUMPRODUCT(E3*50%+E3) but got confused as to how I
would
apply the "round" function.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How do I round a number to the nearest .49 in a cell that has

I think both answer were the same, but worded a little differently.

No, they don't work the same.

E3 = 20

E3*50%+E3 (or E3*1.5) = 30

One formula returns 29.99 and the other returns 30.49.


--
Biff
Microsoft Excel MVP


"Butrcup624" wrote in message
...
I think both answer were the same, but worded a little differently. But it
worked!!! Thank you!


"T. Valko" wrote:

E3*50%+E3


Is the same as: E3*1.5

I need it to round up (.01 - .48) to .49


What if E3*1.5 = a whole number like 150?

Maybe this:

=CEILING(E3*1.5+0.01,0.5)-0.01

0 to 0.49 rounds to 0.49
0.5 to 0.99 rounds to 0.99

--
Biff
Microsoft Excel MVP


"Butrcup624" wrote in message
...
I am a novice, but I think this is close to what I'm trying to acheive.
I
have a column of numbers that I need to double whose sum is then added
to
itself. Then I need it to round up (.01 - .48) to .49, or (.50 to .98)
to
.99. I started with =SUMPRODUCT(E3*50%+E3) but got confused as to how I
would
apply the "round" function.






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
Round a number to the Nearest .25 Dave E Excel Worksheet Functions 3 May 15th 23 11:47 AM
How can you round a number to the nearest 900? trainer07 Excel Discussion (Misc queries) 17 February 6th 08 10:40 PM
How do I round a number to the nearest 900? trainer07 Excel Discussion (Misc queries) 1 February 6th 08 05:40 PM
How can you round a number to the nearest 900? trainer07 Excel Worksheet Functions 3 February 6th 08 05:14 PM
How can I round a number to the nearest "50" or "100" in excel 200 Manny Excel Worksheet Functions 2 July 29th 05 08:10 PM


All times are GMT +1. The time now is 08:12 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"