Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following VLOOKUP: =IF(ISBLANK(F5),"",IFERROR(VLOOKUP(F5,'Category
Lookup'!$A$1:$B$40,2,FALSE),"New description to be categorized")) (I'm using XL 2007, hence the "IFERROR" function.) Can the lookup range $A1$B$40 be replaced with a dynamic named range? Perhaps a better question is: is there any situation in which you CANNOT use a dynamic named range in place of a conventional range? Dave -- Brevity is the soul of wit. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Checkout Bob's reply in:
http://groups.google.com/group/micro...933b95ae6ae4eb -- Gary's Student "Dave F" wrote: I have the following VLOOKUP: =IF(ISBLANK(F5),"",IFERROR(VLOOKUP(F5,'Category Lookup'!$A$1:$B$40,2,FALSE),"New description to be categorized")) (I'm using XL 2007, hence the "IFERROR" function.) Can the lookup range $A1$B$40 be replaced with a dynamic named range? Perhaps a better question is: is there any situation in which you CANNOT use a dynamic named range in place of a conventional range? Dave -- Brevity is the soul of wit. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Why don't you try it before asking?
'Category Lookup'!$A$1:$B$40 instead use mynamedrange Happy Thanksgiving from Texas. -- Don Guillett SalesAid Software "Dave F" wrote in message ... I have the following VLOOKUP: =IF(ISBLANK(F5),"",IFERROR(VLOOKUP(F5,'Category Lookup'!$A$1:$B$40,2,FALSE),"New description to be categorized")) (I'm using XL 2007, hence the "IFERROR" function.) Can the lookup range $A1$B$40 be replaced with a dynamic named range? Perhaps a better question is: is there any situation in which you CANNOT use a dynamic named range in place of a conventional range? Dave -- Brevity is the soul of wit. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Named Ranges | Excel Discussion (Misc queries) | |||
AHHHH-Get Data from Multiple Excel workbooks | Excel Discussion (Misc queries) | |||
Dynamic Named Ranges | Excel Discussion (Misc queries) | |||
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? | Excel Discussion (Misc queries) | |||
Named dynamic ranges, copied worksheets and graph source data | Charts and Charting in Excel |