Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am creating a master sheet and I have that it creates a list of sheet names
then use indirect to reference sheet names and the appropriate cell in the sheet. Can I add text to the equation? For example the equation =INDIRECT("'"&A5&"'!B39") gives me my Invoice Number from that worksheet - 225. But I would like to add to it the text "Invoice# OSC-00" So that my answer would be Invoice #OSC-00225 -- cao |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you should be able to add at the begining of your formula
="Invoice# "& and put the indirect part after "srctr" wrote: I am creating a master sheet and I have that it creates a list of sheet names then use indirect to reference sheet names and the appropriate cell in the sheet. Can I add text to the equation? For example the equation =INDIRECT("'"&A5&"'!B39") gives me my Invoice Number from that worksheet - 225. But I would like to add to it the text "Invoice# OSC-00" So that my answer would be Invoice #OSC-00225 -- cao |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That worked perfect, Thanks!
-- cao "Don" wrote: you should be able to add at the begining of your formula ="Invoice# "& and put the indirect part after "srctr" wrote: I am creating a master sheet and I have that it creates a list of sheet names then use indirect to reference sheet names and the appropriate cell in the sheet. Can I add text to the equation? For example the equation =INDIRECT("'"&A5&"'!B39") gives me my Invoice Number from that worksheet - 225. But I would like to add to it the text "Invoice# OSC-00" So that my answer would be Invoice #OSC-00225 -- cao |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mastersheet update problem... | Excel Worksheet Functions | |||
Pulling data from sheet to mastersheet | Excel Discussion (Misc queries) | |||
create multiple worksheets from a mastersheet same workbook | Excel Worksheet Functions |