My current formula is not consistent enough. There is variation so my 118 digits varies. The consistency is that it is always the last "" marks, is there a formula that only displays the text within the last "" marks.
Below is the common text string and the data need would be the last "" marks.
Text:
'CMD/A="ALARM_REPORT"MID/A="vfei2W1234"MTY/A="E" ECD/U4=0 ETX/A="" ALARM_ID/14=860828980 ALARM_STATE/U1=1 ALARM_TEXT/A="IN/OUT-SLIDER PORT1 C SENS2 ERROR""
Current Formula:
=IF(F2="Alarm","",IF(F2="Alarm",MID(D2,118[/B],200),""))
Below is the common text string and the data need would be the last "" marks.
Text:
'CMD/A="ALARM_REPORT"MID/A="vfei2W1234"MTY/A="E" ECD/U4=0 ETX/A="" ALARM_ID/14=860828980 ALARM_STATE/U1=1 ALARM_TEXT/A="IN/OUT-SLIDER PORT1 C SENS2 ERROR""
Current Formula:
=IF(F2="Alarm","",IF(F2="Alarm",MID(D2,118[/B],200),""))