Forum Discussion
SP3990
Aug 26, 2025Copper Contributor
Extract data using text within set of data
Hi i have a set of data with keywords containing SLS1,SLS2,SLS3....SLS10, ULS1,ULS2....ULS10. i wish to segregate this into separate set of SLS and ULS using certain condition like max axial. For e...
- Aug 27, 2025
Don't understand why my simple solution shouldn't work. Used Patrick's file to illustrate how it works.
SP3990
Aug 26, 2025Copper Contributor
the intent is that F4 should identify from col B which have substring "SLS" and return max value among those cases (SLS1,SLS2,SLS3,SLS4 etc). similarly for ULS
flexyourdata
Aug 26, 2025Iron Contributor
I understand the intent. My point is that I can't test and offer a solution without some data.