Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I have a formula that produces a number in cell A1. This is currently £5,085,030, but can range anywhere from £1 to £999 million. How do I incorporate this into a cell that will read: "Split of £5,085,030, based on Build Costs". ? At the moment, I have ="Split of £"&round(A1,0)& ", based on Build Costs" But this does not give me the comma separators betwwen the millions, thousands and hundreds. how do I get them in? Many Thanks, Gary Thomson. |
#2
![]() |
|||
|
|||
![]()
="Split of "&TEXT(A1,"£#,###,##0")&", based on Build Costs."
-- HTH Bob Phillips "Gary T" wrote in message ... Hi, I have a formula that produces a number in cell A1. This is currently £5,085,030, but can range anywhere from £1 to £999 million. How do I incorporate this into a cell that will read: "Split of £5,085,030, based on Build Costs". ? At the moment, I have ="Split of £"&round(A1,0)& ", based on Build Costs" But this does not give me the comma separators betwwen the millions, thousands and hundreds. how do I get them in? Many Thanks, Gary Thomson. |
#3
![]() |
|||
|
|||
![]()
Perfect.
Thanks Bob. "Bob Phillips" wrote: ="Split of "&TEXT(A1,"£#,###,##0")&", based on Build Costs." -- HTH Bob Phillips "Gary T" wrote in message ... Hi, I have a formula that produces a number in cell A1. This is currently £5,085,030, but can range anywhere from £1 to £999 million. How do I incorporate this into a cell that will read: "Split of £5,085,030, based on Build Costs". ? At the moment, I have ="Split of £"&round(A1,0)& ", based on Build Costs" But this does not give me the comma separators betwwen the millions, thousands and hundreds. how do I get them in? Many Thanks, Gary Thomson. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concantenate Text with numbers with fixed form | Excel Worksheet Functions | |||
Format a cell with numbers and user defined text | Excel Discussion (Misc queries) | |||
Sorting when some numbers have a text suffix | Excel Discussion (Misc queries) | |||
I enter numbers and they are stored as text | Excel Discussion (Misc queries) | |||
Formating a text string? | Excel Discussion (Misc queries) |