Multiple Criteria

Mr Dean

New Member
Joined
Jun 28, 2019
Messages
6
Can you see if you can help me with this Excel issue,
What I am trying to do is:-
If the value in column D is in column C then output the corresponding column E value into Column A.
I have tried using the formulae which is in cell A2 but when I copy it down nothing happens??

Image attached.

Kind Regards
 

Attachments

  • Capture.JPG
    Capture.JPG
    123.8 KB · Views: 12

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi, here is an option you can try - note, for efficiency reasons you should avoid using full column references with this formula.

Book1
ABCDE
1TitlePartFirst day
211-SepPV GQA-2019-052-0015211-Sep
36419-Nov
46205-Nov
Sheet1
Cell Formulas
RangeFormula
A2A2=LOOKUP(1,-SEARCH($D$2:$D$4,C2),$E$2:$E$4)
 
Upvote 0

Forum statistics

Threads
1,223,270
Messages
6,171,103
Members
452,379
Latest member
IainTru

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