I have a column that lists out combined blood pressures that contain data such as this: 130/80, 98/110, 130/100, 98/80. Using CRXI, I need to parse out the systolic (On the left side of the /) and diastolic (on the right side of the /). Specifically, I need to highlight the blood pressures that have a systolic value greater than or equal to 130 or a systolic value greater than or equal to 80. Any ideas on parsing the 2 or 3 digit systolic and diastolic values consistently?