Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Reducing decimal places

I am using a mix of text and a formula to draw a number from another sheet

i.e. ="The average mark for the presentation was " & data!B282

B282 is the calculated figure on a scond sheet.

However, althought the imported number shows on the original page as '1.3'
for example, it imports the number showing it to about 12 decimal places. Is
there any way I can reduce that to 1 or 2 decimal places?

Thanks

Alec

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Reducing decimal places

="The average mark for the presentation was " & TEXT(data!B282,"#,##0.0")


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"mcgrape" wrote in message
...
I am using a mix of text and a formula to draw a number from another sheet

i.e. ="The average mark for the presentation was " & data!B282

B282 is the calculated figure on a scond sheet.

However, althought the imported number shows on the original page as '1.3'
for example, it imports the number showing it to about 12 decimal places.
Is
there any way I can reduce that to 1 or 2 decimal places?

Thanks

Alec

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Reducing decimal places

Try:
="The average mark for the presentation was " & TEXT(data!B282,"0.0")

--
Gary''s Student - gsnu200795


"mcgrape" wrote:

I am using a mix of text and a formula to draw a number from another sheet

i.e. ="The average mark for the presentation was " & data!B282

B282 is the calculated figure on a scond sheet.

However, althought the imported number shows on the original page as '1.3'
for example, it imports the number showing it to about 12 decimal places. Is
there any way I can reduce that to 1 or 2 decimal places?

Thanks

Alec

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Reducing decimal places

Use

="The average mark for the presentation was " & fixed(data!B282,2)



"Gary''s Student" wrote:

Try:
="The average mark for the presentation was " & TEXT(data!B282,"0.0")

--
Gary''s Student - gsnu200795


"mcgrape" wrote:

I am using a mix of text and a formula to draw a number from another sheet

i.e. ="The average mark for the presentation was " & data!B282

B282 is the calculated figure on a scond sheet.

However, althought the imported number shows on the original page as '1.3'
for example, it imports the number showing it to about 12 decimal places. Is
there any way I can reduce that to 1 or 2 decimal places?

Thanks

Alec

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Reducing decimal places

Clever solution..........FIXED instead of TEXT and format


Gord Dibben MS Excel MVP

On Wed, 16 Jul 2008 04:29:00 -0700, sacrame
wrote:

Use

="The average mark for the presentation was " & fixed(data!B282,2)



"Gary''s Student" wrote:

Try:
="The average mark for the presentation was " & TEXT(data!B282,"0.0")

--
Gary''s Student - gsnu200795


"mcgrape" wrote:

I am using a mix of text and a formula to draw a number from another sheet

i.e. ="The average mark for the presentation was " & data!B282

B282 is the calculated figure on a scond sheet.

However, althought the imported number shows on the original page as '1.3'
for example, it imports the number showing it to about 12 decimal places. Is
there any way I can reduce that to 1 or 2 decimal places?

Thanks

Alec

Thanks


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
Decimal Places JHL Excel Discussion (Misc queries) 4 April 24th 07 06:44 PM
Subtracting two 2-decimal place numbers gives result 13-decimal places? [email protected] Excel Worksheet Functions 5 March 12th 07 10:38 PM
Reducing Figures To Two Decimal Places Tiziano Excel Discussion (Misc queries) 3 October 7th 06 06:40 PM
FIXED 2 DECIMAL PLACES, MUST ENTER ALL ZEROES AFTER DECIMAL POINT. SUKYKITTY Excel Discussion (Misc queries) 3 July 6th 05 01:50 PM
decimal places HB Excel Discussion (Misc queries) 4 March 15th 05 02:19 AM


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