Combining Formulas

shakeregg

New Member
Joined
Sep 2, 2018
Messages
39
Hey all,

Hopefully a simple question for you lot but unfortunately not for me!

=IF(INDEX(T:T,MATCH(E5,AF:$AF,0))=H5,"Yes","")

=IF(INDEX(S:S,MATCH(E5,AF:$AF,0))=G5,"Yes","")

I have the above formulas in two different cells but I'm wanting to combine them both together. So that if both are Yes' it be a Yes otherwise it'll be a No.

Can provide more detail if needed.

Any help would be muchly appreciated!

Cheers

Matt
 
Last edited:

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I'm wanting to combine them both together. So that if both are Yes' it be a Yes otherwise it'll be a No.

Hi, you could try:

=IF(AND(INDEX(T:T,MATCH(E5,AF:$AF,0))=H5,INDEX(S:S,MATCH(E5,AF:$AF,0))=G5),"Yes","No")
 
Upvote 0
Perfect............. works a treat! Thankyou!

Although I've now encountered another slight problem but will have to start a thread as it's a different topic heading!

Cheers again!
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,215
Members
448,874
Latest member
b1step2far

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