I am currently trying to get the numbers after "FCC ID:" for each cell.
Example Cell:
Brand New Aftermarket Replacement For:
FCC ID: MYT8Z0837231
IC: 4427A-8Z0837231
Chip: MEGAMOS 48 CRYPT
Frequency: 315 MHz
Reusable: Yes
Battery: CR2032
For the multiple cells that I have sadly the "FCC ID" is either lowercase or uppercase.
I have tried the function: =RIGHT(B2,LEN(B2)-SEARCH(":", B2))
But that only works for characters.