Help formular!!!

Nguyen Anh Dung

Board Regular
Joined
Feb 28, 2020
Messages
180
Office Version
  1. 2016
Platform
  1. Windows
i have cell A1: Vợ chồng ông Thiều Linh Vủ và bà Hồ Thị Mỹ Châu.
I want result cell B1:ông Thiều Linh Vủ
cell C1: bà Hồ Thị Mỹ Châu
As shown below
1648457225124.png

best regards,
Nguyen Anh Dung
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
The example is nice but you have to explain what your algorithm is to get the results in B1 and C1. The example by itself does not explain how to do it.
 
Upvote 0
T
The example is nice but you have to explain what your algorithm is to get the results in B1 and C1. The example by itself does not explain how to do it.
Thanks you. i have use formular result ok!!!
TRIM(SUBSTITUTE(TRIM(LEFT(SUBSTITUTE(F7,"và",REPT(" ",100)),100)),"Vợ chồng",""))
TRIM(RIGHT(SUBSTITUTE(F7,"và",REPT(" ",100)),100))

Thanks!!!
Dung
 
Upvote 0

Forum statistics

Threads
1,215,944
Messages
6,127,835
Members
449,411
Latest member
adunn_23

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