View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Extract data from another database

A simple way to automate just this part of it,
from what can be gathered:

.. The name should be copied from "Received" Sheet
only those Applicant whos PAN No. is "PANNOTAVBL"


(btw, think the manner in which you cram in so too many questions/requests
into one posting, it intimidates/puts off responders)

Implemented into your sample at:
http://www.freefilehosting.net/download/3c96l
Extract into own sheet_.xls

In Received,
In G3, copied down to cover the max expected extent of data in col E:
=IF(E3="PANNOTAVBL",ROW(),"")
Leave G1:G2 blank

Then in PANNOTAVBL,
In A3:
=IF(ROWS($1:1)COUNT(Received!$G:$G),"",INDEX(Rece ived!D:D,SMALL(Received!$G:$G,ROWS($1:1))))
Copy A3 to B3, fill down to the same extent as done in col G in "Received"

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---