Complex if statement

thedeadzeds

Active Member
Joined
Aug 16, 2011
Messages
424
Office Version
  1. 365
Platform
  1. Windows
Hi Guys,

Is the following at all possible in an If statement?

If columns H to Q contains

Comparative-Comparative (Remediation - Original/New Outcome, Comparative-LH3 Review Required)

or

Pro-Rata-Comparative (Remediation - Original/New Outcome, Pro-Rata-LH3 Review Required)

Show “Refi” else show “Uphold”

Many thanks
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Your question is more than a little vague.

Should one of those 2 phrases appear in 1 or more columns, every column, or parts of it in each column to make up the phrase?
 
Upvote 0
Your question is more than a little vague.

Should one of those 2 phrases appear in 1 or more columns, every column, or parts of it in each column to make up the phrase?


Apologies, It should be if any of those 2 phrases appear in 1 or more columns then show the if statement in column M

Many thanks
 
Upvote 0
Something like

=IF(SUM(COUNTIF(H:Q,{"Phrase 1","phrase 2"})),"Refi","Uphold")

I've used Phrase 1 & 2 instead of your actual phrases to make the formula easier to read on the forum.
 
Upvote 0

Forum statistics

Threads
1,203,666
Messages
6,056,640
Members
444,879
Latest member
suzndush

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