If Match in Column, Col 2 If Not Col 4

Jimmy D

New Member
Joined
Sep 9, 2014
Messages
1
Column 1 Column 2 Column 3 Column 4
11111 $2.80 11111 $2.00
10000 $4.00 10500 $300.00
12345 $29.00 12345 $20.00



  • If the part number in column 1 has a match in column 3, then use the LIST price in column 2.
  • If there is NO match for a part number in columns 1 and 3, then use the LIST price in column 4
.Excel 2007/Windows 7 Pro
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
If you mean if there is a match in the same row, then:
=IF(A1=C1,B1,D1)
 
Upvote 0

Forum statistics

Threads
1,215,528
Messages
6,125,342
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top