Formula: Cell Contains Every Value in Range

ghrain22

Active Member
Joined
Jan 9, 2014
Messages
473
Hello,

I'm trying to create a formula that bounces a cell string ("Lookup") off a list of rows. If all cells within a row of "terms" is found (anywhere in the entire list of terms), then I want to return the value of "TRUE". It would also be awesome if I would be able to return a concatenation of the found row (I'm on 2016, so I have access to the concat and jointext functions).

Example:
LookupFound
Excel Formulas Can Be Really EasyTrue1
But I Cannot Figure This One OutFalse
I Would Really Appreciate Any HelpTrue3
Thank You For Your TimeFalse

<tbody>
</tbody>


rowTerm 1Term 2Term 3
1ExcelEasy
2ThankTimeApple
3AppreciateHelpWould

<tbody>
</tbody>



Thanks!
 
Last edited:

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi,

Perhaps try testing the below. Maybe this could work for you?

Enter the formula in C2 using Ctrl+Shift+Enter, not just enter.

Note: Please ignore the asterisks, they were cause by the copy/pasting of my spreadsheet into this reply.

Excel Workbook
ABCDEFGHIJ
1LookupFoundIn RowConcatenation*rowTerm 1Term 2Term 3Helper
2Excel Formulas Can Be Really EasyTRUE1Excel Easy*1ExcelEasy*Excel Easy
3But I Cannot Figure This One OutFALSE***2ThankTimeAppleThank Time Apple
4I Would Really Appreciate Any HelpTRUE3Appreciate Help Would*3AppreciateHelpWouldAppreciate Help Would
5Thank You For Your TimeFALSE********
Sheet4
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,194
Members
449,072
Latest member
DW Draft

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