ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How can Vlookup help in that?? (https://www.excelbanter.com/excel-discussion-misc-queries/78621-how-can-vlookup-help.html)

dalipsinghbisht

How can Vlookup help in that??
 

What should i do when i have to work in an Excel File and there are many
Account no in Sheet 1 and Sheet 2 contains many account no and there
Date now i have to take Account no. from sheet 1 one by one and come to
the Sheet 2 to search there availability and paste there Date in Sheet
1.

i.e.

sheet 1 contains a column
Coulmn A
Account No.
0004317575603512196
0004006676010767385
0004317575603323636
0004317575603277113
0004317575603539660.

Sheet 2

Coulmn A
Account No.
0004317575603631103
0004317575603578569
0004317575603097701
0004317575603512196
0004006661130015717
0004006676010767385
0004317575603548794
0004317575603323636
0004006661030774793
0004317575603277113
0004317575603539660

Sheet 2

Coulmn B
Date
01/30/06
01/30/06
01/30/06
01/30/06
01/27/06
01/30/06
01/05/06
01/31/06
01/18/06




Is there any way that we can paste all 5 Account No's Date to the front
of Account Nos in Sheet 1

Thanks in advance


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile: http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=524707


Ardus Petus

How can Vlookup help in that??
 
In sheet1 column B2, type following formula, then drag down:
=VLOOKUP(A2,Sheet2!A2:B13,2,0)

Adjust search range to your needs

HTH
--
AP

"dalipsinghbisht"
<dalipsinghbisht.250i21_1142931612.5005@excelfor um-nospam.com a écrit dans
le message de
news:dalipsinghbisht.250i21_1142931612.5005@excelf orum-nospam.com...

What should i do when i have to work in an Excel File and there are many
Account no in Sheet 1 and Sheet 2 contains many account no and there
Date now i have to take Account no. from sheet 1 one by one and come to
the Sheet 2 to search there availability and paste there Date in Sheet
1.

i.e.

sheet 1 contains a column
Coulmn A
Account No.
0004317575603512196
0004006676010767385
0004317575603323636
0004317575603277113
0004317575603539660.

Sheet 2

Coulmn A
Account No.
0004317575603631103
0004317575603578569
0004317575603097701
0004317575603512196
0004006661130015717
0004006676010767385
0004317575603548794
0004317575603323636
0004006661030774793
0004317575603277113
0004317575603539660

Sheet 2

Coulmn B
Date
01/30/06
01/30/06
01/30/06
01/30/06
01/27/06
01/30/06
01/05/06
01/31/06
01/18/06




Is there any way that we can paste all 5 Account No's Date to the front
of Account Nos in Sheet 1

Thanks in advance


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile:

http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=524707




dalipsinghbisht

How can Vlookup help in that??
 

That is not working properly cuz some of the date are not coming in that
fourmula..

Please help


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile: http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=524707


Ardus Petus

How can Vlookup help in that??
 
Do you mean SOMe of the dates from Sheet2 appear and SOME don't ?!?!

--
AP

"dalipsinghbisht"
<dalipsinghbisht.250klm_1142934904.1969@excelfor um-nospam.com a écrit dans
le message de
news:dalipsinghbisht.250klm_1142934904.1969@excelf orum-nospam.com...

That is not working properly cuz some of the date are not coming in that
fourmula..

Please help


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile:

http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=524707




dalipsinghbisht

How can Vlookup help in that??
 

Yes you are right Some dates appears and some don'ts.... please take a
look... here is the link for the file....


http://www.geocities.com/dalipsinghbisht/tryit.zip



Thanks


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile: http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=524707


dalipsinghbisht

How can Vlookup help in that??
 

When i apply a vlookup formula for matching Account no. there is more
Account no. but less Date with your Fourmula...


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile: http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=524707


Ardus Petus

How can Vlookup help in that??
 
I'm baffled...

--
AP

"dalipsinghbisht"
<dalipsinghbisht.250q5n_1142942101.4031@excelfor um-nospam.com a écrit dans
le message de
news:dalipsinghbisht.250q5n_1142942101.4031@excelf orum-nospam.com...

When i apply a vlookup formula for matching Account no. there is more
Account no. but less Date with your Fourmula...


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile:

http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=524707




Toppers

How can Vlookup help in that??
 
This works on your w/book:

<Accounts is the named range for data on Sheet2 i.e A2: B8439

More than half the accounts don't have corresponding dates (which in your
original posting you said were Amounts!) and are left blank.

=IF(ISERROR(VLOOKUP(A2,Accounts,2,FALSE))," ",(VLOOKUP(A2,Accounts,2,FALSE)))

"Ardus Petus" wrote:

I'm baffled...

--
AP

"dalipsinghbisht"
<dalipsinghbisht.250q5n_1142942101.4031@excelfor um-nospam.com a écrit dans
le message de
news:dalipsinghbisht.250q5n_1142942101.4031@excelf orum-nospam.com...

When i apply a vlookup formula for matching Account no. there is more
Account no. but less Date with your Fourmula...


--
dalipsinghbisht
------------------------------------------------------------------------
dalipsinghbisht's Profile:

http://www.excelforum.com/member.php...o&userid=32557
View this thread: http://www.excelforum.com/showthread...hreadid=524707





Pete_UK

How can Vlookup help in that??
 
Try this formula in cell B2 of your Sheet1:

=IF(ISNA(VLOOKUP(A2,Sheet2!A$2:B$8439,2,0)),"n/p",VLOOKUP(A2,Sheet2!A$2:B$8439,2,0))

Format the cell as date then copy down to the bottom of your data, i.e.
to row 11797. "n/p" stands for not present.

Hope this helps.

Pete



All times are GMT +1. The time now is 10:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com