ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula, text and currency in same cell (https://www.excelbanter.com/excel-worksheet-functions/190949-formula-text-currency-same-cell.html)

[email protected]

Formula, text and currency in same cell
 
Does anyone know how do combine a formula, text and currency in the
same cell? I'm trying to get a cell that displays like this:

Average monthly income is: £1,000

by combining 3 things:

Text ("Average monthly income is: ")
Formula (=A1/12, where A1 is total annual income)
Currency (figure displayed with £ and comma separator)

Any help would be great. Thanks.


Mike H

Formula, text and currency in same cell
 
Maybe

="Average monthly income is: " & TEXT(A1/12,"£0,000")

Mike

" wrote:

Does anyone know how do combine a formula, text and currency in the
same cell? I'm trying to get a cell that displays like this:

Average monthly income is: £1,000

by combining 3 things:

Text ("Average monthly income is: ")
Formula (=A1/12, where A1 is total annual income)
Currency (figure displayed with £ and comma separator)

Any help would be great. Thanks.



driller

Formula, text and currency in same cell
 
one way is
="Average monthly income is: "&TEXT(A1/12,"[$£-809]#,##0")

--
regards,



" wrote:

Does anyone know how do combine a formula, text and currency in the
same cell? I'm trying to get a cell that displays like this:

Average monthly income is: £1,000

by combining 3 things:

Text ("Average monthly income is: ")
Formula (=A1/12, where A1 is total annual income)
Currency (figure displayed with £ and comma separator)

Any help would be great. Thanks.




All times are GMT +1. The time now is 10:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com