excel compare problem

1

10ten92

hi, please understand, my English isn't that good to explain my proble
:

if you see the attached file

I need to match A and F cell , if F Cell contains number from

I need to put G cell price on B cell

anyone has an idea

Please help me

God bless you !

+-------------------------------------------------------------------
|Filename: Untitled-2.jpg
|Download: http://www.excelbanter.com/attachment.php?attachmentid=397
+-------------------------------------------------------------------
 
S

Spencer101

10ten92;1602306 said:
hi, please understand, my English isn't that good to explain my proble
:)

if you see the attached file


I need to match A and F cell , if F Cell contains number from A

I need to put G cell price on B cell.

anyone has an idea?


Please help me.

God bless you !!

Try this formula in cell B1 then copy down.

=IFERROR(IF(FIND(F1,A1)>0,G1,""),""

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 
1

10ten92

Spencer101;1602311 said:
Try this formula in cell B1 then copy down.

=IFERROR(IF(FIND(F1,A1)>0,G1,""),"")

really thank you for your answer :)

but my question was bad, here is the right question.

please check an attached file.

I need to match A - F cell and get a number from G cell if F contain


number compare to A.

Please help m

+-------------------------------------------------------------------
|Filename: 1.jpg
|Download: http://www.excelbanter.com/attachment.php?attachmentid=398
+-------------------------------------------------------------------
 
S

Spencer101

10ten92;1602346 said:
really thank you for your answer :)

but my question was bad, here is the right question.

please check an attached file.

I need to match A - F cell and get a number from G cell if F contain


number compare to A.

Please help me

OK, I think I understand what you need now but I have a question. Woul
the number in A always have two additional numbers at the start?

So in A it shows as 00123 but in F it shows as 123

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 
1

10ten92

Spencer101;1602347 said:
OK, I think I understand what you need now but I have a question. Woul
the number in A always have two additional numbers at the start

So in A it shows as 00123 but in F it shows as 123

N
Its randomly has 0,00 or no 0

Ty for ur help :

A cell use
Be upc code but some of them excel deleted number 0 when they scaned i

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 
1

10ten92

10ten92;1602357 said:
No
Its randomly has 0,00 or no 0

Ty for ur help :)

A cell used be upc code but some of them, excel deleted number 0 when m
scanner read the numbers becuase of cell type wasn't text type.

I got the answer by myslef :)

If F cell is text format

=VLOOKUP(TEXT(VALUE(A2),"0"),F:G,2,0)



If F cell is number format

=VLOOKUP(VALUE(A2),F:G,2,0)


TY !

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 
S

Spencer101

10ten92;1602374 said:
I got the answer by myslef :)

If F cell is text format

=VLOOKUP(TEXT(VALUE(A2),"0"),F:G,2,0)



If F cell is number format

=VLOOKUP(VALUE(A2),F:G,2,0)


TY !!


Well done! :

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 

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