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

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
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,216,102
Messages
6,128,851
Members
449,471
Latest member
lachbee

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