Can you add an IF function to TEXTJOIN?

Nanaia

Active Member
Joined
Jan 11, 2018
Messages
306
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Is it possible to add an IF function to TEXTJOIN? I would like to make it so if any number in column 5 in the first VLOOKUP is more than 95 then it gives the message "BP". Can this be done?

Here is the formula: =TEXTJOIN("x",,VLOOKUP(A3,FOLDED!$A$2:$I$7,5),VLOOKUP(A3,FOLDED!$A$2:$I$7,6))

Let me know if you need more data...
Thank you.
 
Last edited:

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
I should have dug further before posting this. Please disregard. I figured it out. Since every row in column 5 is the same (it's based on what we enter in another cell) I just used this formula. If anyone has a tidier suggestion I'm open to it. :)

=IF(FOLDED!G2<95,TEXTJOIN("x",,VLOOKUP(A3,FOLDED!$A$2:$I$7,5),VLOOKUP(A3,FOLDED!$A$2:$I$7,6)),"BREAK PRESS")
 
Upvote 0

Forum statistics

Threads
1,215,243
Messages
6,123,837
Members
449,129
Latest member
krishnamadison

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