View Single Post
  #2   Report Post  
suraneniaditya suraneniaditya is offline
Junior Member
 
Posts: 7
Post

May be yes. but the result is not a single value it is a named range ( each range contains the details of tax payments relating to various tax payers. which looks as follows.

Sl No Name Tax ID No Field 1 Field 2 Field 3 Field 4 Field5
1 JOY 5454
2 JOY 5454
3 JOY 5454

the other details like subtotals are to be summarised in to a seperate template. to be precise this range of data should be returned as an annexure giving the detailed breakup of the total summary on top.

I tried IF(B2="JOY",JOY,0) nested for 7 names and entered as an array formula. This is working only for 7 names. but there are hundreds more.

Pls help me

Adi

Quote:
Originally Posted by Max View Post
Maybe you meant something like this:
=VLOOKUP(A2,INDIRECT(B2),2,0)
where B2 is the DV cell to select the named range
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"suraneniaditya" wrote in message
...

Dear all

I have a sheet with as many as 50 named ranges in sheet 1. These names
are in a drop own list put in data validation in sheet 2.

I need to get the entire range to be returned for the name selected in
the drop down.

For eg: If I select JOHN in the drop down I Should get the range named
JOHN (which may be of 8C X 12R dimension).

I have tried IF & Vloookup combination entered as an array formula but
it is working upto 7 names only. Please help me..

Thanks




--
suraneniaditya