Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Nigel
 
Posts: n/a
Default Formatting range in concatanate

Hi,
I have a problem in a concatanating formula. my text is pretty simple, with
this, i have added a value from a cell. This is a percentage figure (25%).
Only, it looks like this 25.04568472367376574%. I have formatted the cell to
1 decimal point but can this be done for the concatanating formula?


Regards,

Nigel
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=TEXT(A1,"0.0%")&... the rest

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Nigel" wrote in message
...
Hi,
I have a problem in a concatanating formula. my text is pretty simple,

with
this, i have added a value from a cell. This is a percentage figure (25%).
Only, it looks like this 25.04568472367376574%. I have formatted the cell

to
1 decimal point but can this be done for the concatanating formula?


Regards,

Nigel



  #3   Report Post  
Nigel
 
Posts: n/a
Default

Hi,
That doesnt seem to work. even if i start with =text. here is my actual
formula.
=CONCATENATE(A5 & " are responsible for £" &D5 & " of this years current
work in progress.( "&F5&"% )")

A5 = Client Name
D5 = Cost to Date
F5 = Percentage. currently showing 0.11191432234085%
( ineed this to show 11.19%)

Regs,

Nigel
"Bob Phillips" wrote:

=TEXT(A1,"0.0%")&... the rest

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Nigel" wrote in message
...
Hi,
I have a problem in a concatanating formula. my text is pretty simple,

with
this, i have added a value from a cell. This is a percentage figure (25%).
Only, it looks like this 25.04568472367376574%. I have formatted the cell

to
1 decimal point but can this be done for the concatanating formula?


Regards,

Nigel




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

You don't need CONCATENATE and &

=A5&" are responsible for £"&D5&" of this years current work in
progress.("&TEXT(F5,"0.0%"&" )")


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Nigel" wrote in message
...
Hi,
That doesnt seem to work. even if i start with =text. here is my actual
formula.
=CONCATENATE(A5 & " are responsible for £" &D5 & " of this years current
work in progress.( "&F5&"% )")

A5 = Client Name
D5 = Cost to Date
F5 = Percentage. currently showing 0.11191432234085%
( ineed this to show 11.19%)

Regs,

Nigel
"Bob Phillips" wrote:

=TEXT(A1,"0.0%")&... the rest

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Nigel" wrote in message
...
Hi,
I have a problem in a concatanating formula. my text is pretty simple,

with
this, i have added a value from a cell. This is a percentage figure

(25%).
Only, it looks like this 25.04568472367376574%. I have formatted the

cell
to
1 decimal point but can this be done for the concatanating formula?


Regards,

Nigel






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
difficulty with conditional formatting Deb Excel Discussion (Misc queries) 0 March 23rd 05 06:13 PM
Automatic formatting of minimum/maximum value in a range. Manish Kumar Excel Discussion (Misc queries) 2 March 5th 05 06:45 PM
Conditional Formatting in Excel Help Please..... Willie T Excel Discussion (Misc queries) 4 February 9th 05 02:28 PM
How do I set a date range for conditional formatting in a macro? billo Excel Worksheet Functions 3 February 7th 05 06:19 PM
HOW TO USE CONDITIONAL FORMATTING FROM ONE RANGE TO ANOTHER RANGE PeggyP Excel Worksheet Functions 2 November 4th 04 07:29 PM


All times are GMT +1. The time now is 08:24 AM.

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"