#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 347
Default ROUNDING

I'M USING AN IF FORMULA TO COMPARE THE LESSER OF 2 CELLS =MIN(L7:L9). I
WANT TO ROUND THIS COMPARISON TO WHOLE PERCENT. I HAVE TRIED TO SET THE CELL
TO ZERO DECIMALS, BUT THE CALCULATION OF THE NEXT FORMULA STILL RECOGNIZES IT
AS THOUGH THERE ARE 2 DECIMAL PLACES. EXAMPLE L7 IS 29.333% AND L9 IS
58.33%. THATS WHERE MY C13 HAS A FORMULA =MIN(L7:L9). EVEN IF C13 IS WHOLE
NUMBER IT IS CALCULATING AT 29.333% TIMES THE NUMBER IN THE ADDITIONAL CELL.
ANY SUGGESTIONS? THANKS IN ADVANCE.
--
611211
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default ROUNDING

George-

Under the Tools menu, select Options/Calculations/Workbook Options /
Precision as Displayed.

This will force Excel to restate the values in the worksheet to the numbers
that are displayed and use those amount for the calculation. Be careful.
Selecting this option will change the numbers in your workbook and precision
will be lost.

Stan Shoemaker
Palo Alto, CA

"George" wrote:

I'M USING AN IF FORMULA TO COMPARE THE LESSER OF 2 CELLS =MIN(L7:L9). I
WANT TO ROUND THIS COMPARISON TO WHOLE PERCENT. I HAVE TRIED TO SET THE CELL
TO ZERO DECIMALS, BUT THE CALCULATION OF THE NEXT FORMULA STILL RECOGNIZES IT
AS THOUGH THERE ARE 2 DECIMAL PLACES. EXAMPLE L7 IS 29.333% AND L9 IS
58.33%. THATS WHERE MY C13 HAS A FORMULA =MIN(L7:L9). EVEN IF C13 IS WHOLE
NUMBER IT IS CALCULATING AT 29.333% TIMES THE NUMBER IN THE ADDITIONAL CELL.
ANY SUGGESTIONS? THANKS IN ADVANCE.
--
611211

  #3   Report Post  
Posted to microsoft.public.excel.programming
TOM TOM is offline
external usenet poster
 
Posts: 2
Default ROUNDING

Look up the CEILING() ROUND() and FLOOR() functions (using help).


"George" wrote in message
...
I'M USING AN IF FORMULA TO COMPARE THE LESSER OF 2 CELLS =MIN(L7:L9). I
WANT TO ROUND THIS COMPARISON TO WHOLE PERCENT. I HAVE TRIED TO SET THE
CELL
TO ZERO DECIMALS, BUT THE CALCULATION OF THE NEXT FORMULA STILL RECOGNIZES
IT
AS THOUGH THERE ARE 2 DECIMAL PLACES. EXAMPLE L7 IS 29.333% AND L9 IS
58.33%. THATS WHERE MY C13 HAS A FORMULA =MIN(L7:L9). EVEN IF C13 IS
WHOLE
NUMBER IT IS CALCULATING AT 29.333% TIMES THE NUMBER IN THE ADDITIONAL
CELL.
ANY SUGGESTIONS? THANKS IN ADVANCE.
--
611211



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default ROUNDING

Hi George

Try this in cell C13 :
=ROUND(MIN(L7:L9)*100,0)/100

Regards
Andrew Bourke


George wrote:
I'M USING AN IF FORMULA TO COMPARE THE LESSER OF 2 CELLS =MIN(L7:L9). I
WANT TO ROUND THIS COMPARISON TO WHOLE PERCENT. I HAVE TRIED TO SET THE CELL
TO ZERO DECIMALS, BUT THE CALCULATION OF THE NEXT FORMULA STILL RECOGNIZES IT
AS THOUGH THERE ARE 2 DECIMAL PLACES. EXAMPLE L7 IS 29.333% AND L9 IS
58.33%. THATS WHERE MY C13 HAS A FORMULA =MIN(L7:L9). EVEN IF C13 IS WHOLE
NUMBER IT IS CALCULATING AT 29.333% TIMES THE NUMBER IN THE ADDITIONAL CELL.
ANY SUGGESTIONS? THANKS IN ADVANCE.

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 Cynthia Excel Worksheet Functions 4 April 13th 10 06:12 PM
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH SunshineinFt.Myers[_2_] Excel Worksheet Functions 7 March 5th 09 06:41 PM
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 egarcia Excel Worksheet Functions 7 November 28th 06 05:20 PM


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