Forum Discussion
Anonymous
5 years agoNot applicable
Extract numbers&text
Hi team, I have a column with different type ot data in it- only numbers, numbers&text, only text. This is a short example: Subject 7A 14C 12B SR 440 (BP10) 375 RW 445 P14C...
- 5 years ago
Anonymous
Try the following formula. Then add it to a visual filter.
Filter_Values = IF(NOT ISERROR(VALUE((LEFT(Sheet1[Subject],1)))) && ISERROR(VALUE(RIGHT(Sheet1[Subject],1))),1,0)
themistoklis
5 years agoCommunity Champion
Anonymous
Try the following formula. Then add it to a visual filter.
Filter_Values = IF(NOT ISERROR(VALUE((LEFT(Sheet1[Subject],1)))) && ISERROR(VALUE(RIGHT(Sheet1[Subject],1))),1,0)
- Anonymous5 years agoNot applicable
Hi themistoklis ,
Thank you so much. It works!
Best,
Ema