Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default @which function to use when

Sir, I have a row in excel with cells containing 88.23, 89.01, 72.39,
54.52 and I want to know which fuction/formula to use for making these as
88.25, 89.00, 72.40, 54.50. Please help. Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default @which function to use when

On Sat, 9 Jan 2010 01:43:23 +0530, "Sandeep Lohchab"
wrote:

Sir, I have a row in excel with cells containing 88.23, 89.01, 72.39,
54.52 and I want to know which fuction/formula to use for making these as
88.25, 89.00, 72.40, 54.50. Please help. Thanks.



Try this formula:

=MROUND(A1,0.05)

Hope this helps / Lars-Åke
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default @which function to use when

=MROUND(A1,0.05)

If you get a message that the function is not available:
ToolsAdd-insCheck Analysis Toolpak

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Sandeep Lohchab" wrote in message
...
Sir, I have a row in excel with cells containing 88.23, 89.01, 72.39,
54.52 and I want to know which fuction/formula to use for making these as
88.25, 89.00, 72.40, 54.50. Please help. Thanks.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default @which function to use when

I found it in help. its floor function =FLOOR(C1, 0.05)
one more thing sir, is there any easier formula than this???
=A1/100*B1/100*100+A1
actually i want to know 6% of 100 and also add to it.

thanks in advance.


"Sandeep Lohchab" wrote in message
...
Sir, I have a row in excel with cells containing 88.23, 89.01, 72.39,
54.52 and I want to know which fuction/formula to use for making these as
88.25, 89.00, 72.40, 54.50. Please help. Thanks.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default @which function to use when

No, FLOOR(72.39,0.05) will give you 72.35 instead of the 72.40 you
want.

=A1/100*B1/100*100+A1
could be simplified to
=A1*B1/100+A1

Hope this helps / Lars-Åke


On Sat, 9 Jan 2010 02:00:12 +0530, "Sandeep Lohchab"
wrote:

I found it in help. its floor function =FLOOR(C1, 0.05)
one more thing sir, is there any easier formula than this???
=A1/100*B1/100*100+A1
actually i want to know 6% of 100 and also add to it.

thanks in advance.


"Sandeep Lohchab" wrote in message
...
Sir, I have a row in excel with cells containing 88.23, 89.01, 72.39,
54.52 and I want to know which fuction/formula to use for making these as
88.25, 89.00, 72.40, 54.50. Please help. Thanks.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default @which function to use when

Hi

With 100 in A1 and 6% in B1
=A1*(1+B1)

--
Regards
Roger Govier

"Sandeep Lohchab" wrote in message
...
I found it in help. its floor function =FLOOR(C1, 0.05)
one more thing sir, is there any easier formula than this???
=A1/100*B1/100*100+A1
actually i want to know 6% of 100 and also add to it.

thanks in advance.


"Sandeep Lohchab" wrote in message
...
Sir, I have a row in excel with cells containing 88.23, 89.01, 72.39,
54.52 and I want to know which fuction/formula to use for making these as
88.25, 89.00, 72.40, 54.50. Please help. Thanks.




__________ Information from ESET Smart Security, version of virus
signature database 4755 (20100108) __________

The message was checked by ESET Smart Security.

http://www.eset.com




__________ Information from ESET Smart Security, version of virus signature database 4755 (20100108) __________

The message was checked by ESET Smart Security.

http://www.eset.com



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
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


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