Extract data from another database

M

Montu

I have designed a worksheet named Test.xls, & want whenever put date in E7
(letter sheet) the acknowledgement no. will be copy from received sheet & in
B18 (letter sheet) date should be copy starting date inrespect of sending
date (that means letter date & sending date shoul match) as shown in letter
sheet. simultaneously in PANNOTAVBL seet also copy whose PAN No.
("PANNOTAVBL") from Received Sheet. For make your better understanding I'm
uploading a excel file (Test.xls) in following url
http://www.freefilehosting.net/download/3c93e
So, if anybody look this files & solve it for me then I shall be very
thankful to him / her.
Thanks in advance.
 
M

Max

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(Received!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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top