Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a named range with values containing special formatting (i.e.,
underlined initial letters, bolding, etc) that I would like to have returned to another range based on a lookup(key) value. The lookup is successful (using VLOOKUP) however, the special formatting is not returned. Both field are text fields. Is there some way to perform a lookup and have the formatting returned as well as the value? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You would need a macro to "look back" and copy the format from the source to
the destination (vlookup() result). -- Gary''s Student - gsnu201001 "Ken Ent" wrote: I have a named range with values containing special formatting (i.e., underlined initial letters, bolding, etc) that I would like to have returned to another range based on a lookup(key) value. The lookup is successful (using VLOOKUP) however, the special formatting is not returned. Both field are text fields. Is there some way to perform a lookup and have the formatting returned as well as the value? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() thanks, I was afraid of that. If I knew how to write a macro to find a specific cell and copy it's formatting, I would. Will look for alternatives, but thanks for responding. "Gary''s Student" wrote: You would need a macro to "look back" and copy the format from the source to the destination (vlookup() result). -- Gary''s Student - gsnu201001 "Ken Ent" wrote: I have a named range with values containing special formatting (i.e., underlined initial letters, bolding, etc) that I would like to have returned to another range based on a lookup(key) value. The lookup is successful (using VLOOKUP) however, the special formatting is not returned. Both field are text fields. Is there some way to perform a lookup and have the formatting returned as well as the value? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup returning #n/a | Excel Discussion (Misc queries) | |||
Lookup returning incorrect value | Excel Discussion (Misc queries) | |||
Lookup is not returning the right value. | Excel Worksheet Functions | |||
lookup returning several cells | Excel Discussion (Misc queries) | |||
Returning all values from a lookup - not just the first/last one | Excel Worksheet Functions |