ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Text & Cell Reference in the same Cell (https://www.excelbanter.com/excel-discussion-misc-queries/135698-text-cell-reference-same-cell.html)

Deezel

Text & Cell Reference in the same Cell
 
Hello there,

I have spreadsheet that contains a directive to the various banks for
settling funds in our company.

there are a number of values and the text as well.

Eg. the cell contains this text

Kindly debit our account # 1234456 with $123,456 (this value is added
somewhere on the spreadsheet by a sum function I want this to be appended in
the same cell with the text.

Please help

David Biddulph[_2_]

Text & Cell Reference in the same Cell
 
="Kindly debit our account # "&A1&" with $"&B1
or if you are fussy about the format of a particular entry, something like:
="Kindly debit our account # "&A1&" with $"&TEXT(B1,"#,##0;-#,##0")
--
David Biddulph

"Deezel" wrote in message
...
Hello there,

I have spreadsheet that contains a directive to the various banks for
settling funds in our company.

there are a number of values and the text as well.

Eg. the cell contains this text

Kindly debit our account # 1234456 with $123,456 (this value is added
somewhere on the spreadsheet by a sum function I want this to be appended
in
the same cell with the text.

Please help




CLR

Text & Cell Reference in the same Cell
 
Try this........

="Kindly debit our account # 1234456 with $"&G14

Vaya con Dios,
Chuck, CABGx3



"Deezel" wrote in message
...
Hello there,

I have spreadsheet that contains a directive to the various banks for
settling funds in our company.

there are a number of values and the text as well.

Eg. the cell contains this text

Kindly debit our account # 1234456 with $123,456 (this value is added
somewhere on the spreadsheet by a sum function I want this to be appended

in
the same cell with the text.

Please help





All times are GMT +1. The time now is 02:01 AM.

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