currency , inside concatenate

daveyf

New Member
Joined
May 26, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
HI I know there are comments close to this but they dont quite have text before and after the input value

I have 2 excel 365 sheets
sheet 1 = input
sheet 2 = report

In the report sheet i am trying to pull data from the input sheet E34 and show it in the report sheet, still in a currency format with text before / after it

current formula is =CONCATENATE("You will get a payout of £",Input!E34&" "," each month.")

with InputE34! being the amount of money still, in the £x,xxx format

but it is pulling it through as £1115 when what i want to see / looks better is £1,115

suggestions appreciated
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi Daveyf,

Try
=CONCATENATE("You will get a payout of "&TEXT(INPUT!E34,"£###,###")&" "," each month.")
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,626
Members
449,093
Latest member
catterz66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top