Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Show (and Print) Only Named Range? | Excel Discussion (Misc queries) | |||
How do i make the whole y axis label show up it wont show the end | Charts and Charting in Excel | |||
Show / Hide Label | Excel Programming | |||
Show only matches between a named cell range and the values in a page field - vba | Excel Programming | |||
label does not show??? | Excel Programming |