Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 106
Default match or vlookup function formula help


I have a spreadsheet that has invoice numbers in column F which i want to
use to link my data into another worksheet.

0001173631

and in another worksheet I have a list of accts but the field that contains
the invoice number is formatted with locationnumber/invoicenumber/amount all
concatenated together like this:

0001700011736310000000331

I wanted to link so that i can return the value in column H of the first
shreadsheet by using the invoice number but wasnt sure how to accomplish - I
have it like this:

=VLOOKUP(F2,'[East 12 months of Past Dues.xls]Sheet1'!$F:$G,1,0)
and it doesnt work as F2 is the long number




  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default match or vlookup function formula help

Try this:

=VLOOKUP(MID(F2,6,10),'[East 12 months of Past Dues.xls]Sheet1'!$F:$G,
1,0)

Hope this helps.

Pete

On Jul 11, 4:17*pm, Belinda7237
wrote:
I have a spreadsheet that has invoice numbers in column F which i want to
use to link my data into another worksheet.

0001173631

and in another worksheet I have a list of accts but the field that contains
the invoice number is formatted with locationnumber/invoicenumber/amount all
concatenated together like this:

0001700011736310000000331

I wanted to link so that i can return the value in column H of the first
shreadsheet by using the invoice number but wasnt sure how to accomplish - I
have it like this:

=VLOOKUP(F2,'[East 12 months of Past Dues.xls]Sheet1'!$F:$G,1,0)
and it doesnt work as F2 is the long number


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default match or vlookup function formula help

Give this a go:
=SUMPRODUCT(ISNUMBER(SEARCH("*"&A1,A1:A5))*((H1:H5 )))


Regards,
Ryan---

--
RyGuy


"Pete_UK" wrote:

Try this:

=VLOOKUP(MID(F2,6,10),'[East 12 months of Past Dues.xls]Sheet1'!$F:$G,
1,0)

Hope this helps.

Pete

On Jul 11, 4:17 pm, Belinda7237
wrote:
I have a spreadsheet that has invoice numbers in column F which i want to
use to link my data into another worksheet.

0001173631

and in another worksheet I have a list of accts but the field that contains
the invoice number is formatted with locationnumber/invoicenumber/amount all
concatenated together like this:

0001700011736310000000331

I wanted to link so that i can return the value in column H of the first
shreadsheet by using the invoice number but wasnt sure how to accomplish - I
have it like this:

=VLOOKUP(F2,'[East 12 months of Past Dues.xls]Sheet1'!$F:$G,1,0)
and it doesnt work as F2 is the long number



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 106
Default match or vlookup function formula help

your the best, works perfectly - i knew i should have asked the community two
days ago!

"Pete_UK" wrote:

Try this:

=VLOOKUP(MID(F2,6,10),'[East 12 months of Past Dues.xls]Sheet1'!$F:$G,
1,0)

Hope this helps.

Pete

On Jul 11, 4:17 pm, Belinda7237
wrote:
I have a spreadsheet that has invoice numbers in column F which i want to
use to link my data into another worksheet.

0001173631

and in another worksheet I have a list of accts but the field that contains
the invoice number is formatted with locationnumber/invoicenumber/amount all
concatenated together like this:

0001700011736310000000331

I wanted to link so that i can return the value in column H of the first
shreadsheet by using the invoice number but wasnt sure how to accomplish - I
have it like this:

=VLOOKUP(F2,'[East 12 months of Past Dues.xls]Sheet1'!$F:$G,1,0)
and it doesnt work as F2 is the long number



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default match or vlookup function formula help

Thanks for the feedback, Belinda - you'll know what to do next time !!

Pete

On Jul 11, 6:27*pm, Belinda7237
wrote:
your the best, works perfectly - i knew i should have asked the community two
days ago!



"Pete_UK" wrote:
Try this:


=VLOOKUP(MID(F2,6,10),'[East 12 months of Past Dues.xls]Sheet1'!$F:$G,
1,0)


Hope this helps.


Pete


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup or match function? Belinda7237 Excel Worksheet Functions 6 May 17th 08 03:00 AM
vlookup or match function across worksheets ? Ant[_4_] Excel Discussion (Misc queries) 5 March 3rd 08 10:45 PM
Vlookup/Match Function PiB311 Excel Worksheet Functions 1 August 22nd 07 07:02 PM
vlookup/ match or other function?? Claudia Excel Worksheet Functions 3 May 16th 07 05:23 PM
MATCH function in a VLOOKUP trevor_tito Excel Worksheet Functions 10 October 4th 06 01:37 AM


All times are GMT +1. The time now is 02:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"