Share via

get text split value as per deli meter instance

Anonymous
2024-09-13T12:25:26+00:00
MAY,AUG,NOV,FEB MAY or AUG or NOV or FEB

How to split text in A1 in cell B1 before first deli meter "," after 1st deli meter and before 2nd deli meter split data in cell B2. formula should return any one value MAY or AUG or NOV OR FEB using single function.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2024-09-13T13:53:44+00:00

=INDEX(TEXTSPLIT(A1,","),2)

You can change 2 to 1,2,3,4 to get May,Aug,Nov, or Feb.

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-09-13T13:11:49+00:00

    If I need MAY what will be the formula in B1,If for AUG what will be formula in cellB1,if for NOV what will be the formula and if for FEB what is the formula

    Was this answer helpful?

    0 comments No comments
  2. HansV 462.6K Reputation points
    2024-09-13T12:29:51+00:00

    What exactly is the desired result?

    Was this answer helpful?

    0 comments No comments