How to give a If condition significantly while copying text join formula values from one cell to required cell

Shanmugaraj N

New Member
Joined
Nov 13, 2022
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
Hi,
Here I have to applying the text join in G column from row 2. I need to want give text join in G Column from row 4 , row 6, row 8. The condition is need to apply for related to Column B in "F" only. How to give IF condition with related column B in " F ". Please give the solution for doing this scenario.
 

Attachments

  • Screenshot_2022-11-21-08-11-36-058_cn.wps.moffice_eng.jpg
    Screenshot_2022-11-21-08-11-36-058_cn.wps.moffice_eng.jpg
    182.6 KB · Views: 8

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
How about
Excel Formula:
=TEXTJOIN(",",,IF(B2:B10="F",C2:F10,""))
This will probably need to be confirmed with Ctrl Shift Enter, rather than just Enter.
 
Upvote 0

Forum statistics

Threads
1,215,518
Messages
6,125,293
Members
449,218
Latest member
Excel Master

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