Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In sheet1 a1, I have datavalidation list(named range) consisting of sheet
names of my w/book. Some of the names in that list has spaces (example: John Smith).In some other cell say in d1, I am using formula d1=indirect(a1&"!c2").The formula is working with sheet names without spaces in my list .Its not working with sheet name with spaces like "John Smith" sheet. how to get it ?.I can't change/modify names in my list as they are derived from a named range of other w/book. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use
=indirect("'"&a1&"'!c2"). -- HTH Bob Phillips (remove nothere from email address if mailing direct) "TUNGANA KURMA RAJU" wrote in message ... In sheet1 a1, I have datavalidation list(named range) consisting of sheet names of my w/book. Some of the names in that list has spaces (example: John Smith).In some other cell say in d1, I am using formula d1=indirect(a1&"!c2").The formula is working with sheet names without spaces in my list .Its not working with sheet name with spaces like "John Smith" sheet. how to get it ?.I can't change/modify names in my list as they are derived from a named range of other w/book. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Bob! You are always helpful to me
"Bob Phillips" wrote: Use =indirect("'"&a1&"'!c2"). -- HTH Bob Phillips (remove nothere from email address if mailing direct) "TUNGANA KURMA RAJU" wrote in message ... In sheet1 a1, I have datavalidation list(named range) consisting of sheet names of my w/book. Some of the names in that list has spaces (example: John Smith).In some other cell say in d1, I am using formula d1=indirect(a1&"!c2").The formula is working with sheet names without spaces in my list .Its not working with sheet name with spaces like "John Smith" sheet. how to get it ?.I can't change/modify names in my list as they are derived from a named range of other w/book. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank-you, it is my pleasure.
Bob "TUNGANA KURMA RAJU" wrote in message ... Thanks Bob! You are always helpful to me "Bob Phillips" wrote: Use =indirect("'"&a1&"'!c2"). -- HTH Bob Phillips (remove nothere from email address if mailing direct) "TUNGANA KURMA RAJU" wrote in message ... In sheet1 a1, I have datavalidation list(named range) consisting of sheet names of my w/book. Some of the names in that list has spaces (example: John Smith).In some other cell say in d1, I am using formula d1=indirect(a1&"!c2").The formula is working with sheet names without spaces in my list .Its not working with sheet name with spaces like "John Smith" sheet. how to get it ?.I can't change/modify names in my list as they are derived from a named range of other w/book. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reference row on another sheet skipping zeros but not skipping li. | Excel Discussion (Misc queries) | |||
Absolute Worksheet reference number | Excel Discussion (Misc queries) | |||
How do I reference values from 200 worksheets onto a summary sheet | Excel Discussion (Misc queries) | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) | |||
Naming & renaming a sheet tab | Excel Worksheet Functions |