Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6537559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:37:51+00:00 2026-05-25T10:37:51+00:00

i have a table with a column NeedSegment containing cells with values like the

  • 0

i have a table with a column NeedSegment containing cells with values like the followings:

  • OEMrs;#Partners;#Balancers;#DoItYourselfers;#Savers
  • OEMrs;#Partners;#Balancers
  • Savers

A different column is named Portfolio and contains normal single values.

In the end I would like to have a chart which displays per Portfolio how many rows have a specific needsegment e.g. Partners.

I’ve tried already with consolidated multiple pivot tables (Label contains) or countifs. But it seems to me far too complex…

Any advice or is additional information needed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T10:37:51+00:00Added an answer on May 25, 2026 at 10:37 am

    I can’t see an easy way to deal with this without splitting first the data with the ; semicolon separator.

    First of all, split your data:

    1. Highlight all of your cells with the data:
      1. Select the topmost cell in the column, e.g. A1
      2. Hold CTRL+SHIFT and then press the down arrow.
    2. OK, once we’ve done that, go to “Data” menu and select “Text to Columns”.
    3. On the Text to Columns window, select “Delimited” and then click “Next”.
    4. In the following window, choose both “Semicolon” and “Other” under Delimiters, and type # in the box next to “Other”.
    5. Check the box labeled “Treat consecutive delimiters as one”.
    6. Click Finish.

    Source

    Note: you could also do this with formula (but that would be a pain in the ass, except if you already know how many values there can be surrounding the semicolon)
    Note2: you could also do this with VBA if you needed to repeat it several times

    Secondly, you can build a Pivot Graph as described in ozgrid

    [EDIT] Another solution – with formulas

    What you can do if you only want to count the number of NeedSegments per value is to use this formula :

    =SUMPRODUCT(IF(FIND("#Partners",A2:A20)>0,1,0))
    

    You can refer to another cell to get the result for each NeedSegment:

    =SUMPRODUCT(IF(FIND(B1,$A$2:$A$20)>0,1,0))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here i have table test having column id with datatype nvarchar contains values like
I have a table with a column whose values come from an Enumeration. I
I have data table containing one column as FilePath. FilePath D:\New folder\link.txt D:\New folder\SharepointMigration(Work
Let's say I have table with column 'URL' whrere I store urls like this
I have table column filled with float values e.g.: id-Values 1- 0.19230769230769232 2- 8.4848484848484854E
I have a table column like this, where I want to align an image
I have a table column that contains values such as abc_1_2_3_4.gif or zzz_12_3_3_45.gif etc.
I have table with a column that contains multiple values separated by comma (,)
I have table with the column name displayorders with values 1 to 250 and
I have a table column that needs to be limited to a certain width

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.