Return existing cell value unless comma present, then return "Team"

al8a88

New Member
Joined
Nov 9, 2023
Messages
2
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hi All,

This is so simple but for some reason I cannot wrap my head around it.
I have a column with different task owners and need to create a separate column that summarizes any owner column data that has a comma to return word "Team", but if there's no comma, return the value that exists. Example image attached.

Thanks so much!
 

Attachments

  • Screenshot 2023-11-09 091650.jpg
    Screenshot 2023-11-09 091650.jpg
    21.9 KB · Views: 4

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Welcome to the Board!

Try this formula:
Excel Formula:
=IF(ISNUMBER(FIND(",",A2)),"Team",A2)
 
Upvote 1
Solution
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,215,181
Messages
6,123,508
Members
449,101
Latest member
mgro123

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