Hello,
Can someone help me extract the Batch # from the following string?
"A549_CL130497_SAM602138_Batch100_Plate_5_H4" Answer: 100
The formula that I use, "=(MID($A1,FIND("Batch",$A1)+5,4)*1)". The problem with this formula is that the batch numbers range from 1-1000 and I would like to get exact number without the "_"after the number. My problem is that I do not know how to set the length.
Thanks in advance.
Can someone help me extract the Batch # from the following string?
"A549_CL130497_SAM602138_Batch100_Plate_5_H4" Answer: 100
The formula that I use, "=(MID($A1,FIND("Batch",$A1)+5,4)*1)". The problem with this formula is that the batch numbers range from 1-1000 and I would like to get exact number without the "_"after the number. My problem is that I do not know how to set the length.
Thanks in advance.