Adeneen
New Member
- Joined
- Mar 10, 2020
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
Hi Everyone,
New to the forum and really appreciate anyone who can assist. Below is a simple version of a much more complex data set that I am working on. I am trying to get excel to identify numbers within a contiguous number range in a single cell and place an "X" in the corresponding column. It will find the beginning and end of the number range, but not the numbers in between. I can't get it to work. Any suggestions?
Current formulas:
"ID" Column: =RIGHT(B2,LEN(B2)-FIND("SS",B2)+1)
"101" Column, copied across thru 120: =IF(NOT(ISERROR(FIND(D$1,$C2))),"X","")
Much appreciated,
Andrew
New to the forum and really appreciate anyone who can assist. Below is a simple version of a much more complex data set that I am working on. I am trying to get excel to identify numbers within a contiguous number range in a single cell and place an "X" in the corresponding column. It will find the beginning and end of the number range, but not the numbers in between. I can't get it to work. Any suggestions?
Current formulas:
"ID" Column: =RIGHT(B2,LEN(B2)-FIND("SS",B2)+1)
"101" Column, copied across thru 120: =IF(NOT(ISERROR(FIND(D$1,$C2))),"X","")
Much appreciated,
Andrew