ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Lookup Type Question (https://www.excelbanter.com/excel-worksheet-functions/16725-lookup-type-question.html)

carl

Lookup Type Question
 
I have 2 tables:


A B C D E F
Table1 Table2
Number ID Number ID
12 598296 15 598296 3
12 598296 15 598296 3
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 12 598589 0
13 598327 12 598589 0
13 598327
13 598327
12 598589
12 598589
12 598589


Is there a formula that I can use in table 2 / F4, that will look at the
value in E4 and look for a match in table 1 / B4:B12. If there is a match,
subtract Col d from Col a ?

Thank you in advance.



Jason Morin

=D4-IF(COUNTIF(B:B,E4),INDEX(A:A,MATCH(E4,B:B,0)),0)

HTH
Jason
Atlanta, GA

-----Original Message-----
I have 2 tables:


A B C D E F
Table1 Table2
Number ID Number ID
12 598296 15 598296 3
12 598296 15 598296 3
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 17 598327 4
13 598327 12 598589 0
13 598327 12 598589 0
13 598327
13 598327
12 598589
12 598589
12 598589


Is there a formula that I can use in table 2 / F4, that

will look at the
value in E4 and look for a match in table 1 / B4:B12. If

there is a match,
subtract Col d from Col a ?

Thank you in advance.


.



All times are GMT +1. The time now is 01:05 AM.

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