ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Show a named range within a label (not VBA) (https://www.excelbanter.com/excel-programming/436768-show-named-range-within-label-not-vba.html)

rick

Show a named range within a label (not VBA)
 
I have a sheet that has a column value which states "Expenses in working
currency".
I would like to have it say "Expenses in USD" or "Expenses in MXP"
(whatever the currency is).
I have a named range in another sheet, ProjectInformation, that holds the
working currency value.
Not in VBA, but in the sheet I need to say something like: ="Expenses in" &
(ProjectInformation!C9) but this gives me an error.

Help, please.

Thanks.

Rick



Rick Rothstein

Show a named range within a label (not VBA)
 
If I understand your set up correctly, try it this way...

="Expenses in "&ProjectInformation

--
Rick (MVP - Excel)


"rick" wrote in message
...
I have a sheet that has a column value which states "Expenses in working
currency".
I would like to have it say "Expenses in USD" or "Expenses in MXP"
(whatever the currency is).
I have a named range in another sheet, ProjectInformation, that holds the
working currency value.
Not in VBA, but in the sheet I need to say something like: ="Expenses in"
& (ProjectInformation!C9) but this gives me an error.

Help, please.

Thanks.

Rick





All times are GMT +1. The time now is 10:28 AM.

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