I have a project with multiple rooms that each have their *name* followed up by Temperature or Humidity or Room Pressure.
I need to create a new column that only has the room name and drops the Temperature so that I can group these by the actual room name and not include the temperature, humidity, or room pressure.
For Example -
Sterile Storage Temperature
Sterile Storage Humidity
OR - 5 Temperature
OR - 5 Humidty
OR - 7 Temperature
OR - 7 Room Pressure
Needs to drop the last word but create a new column for a "Parent Column"
I have RegEx but not sure how to express only those words are to be dropped and create new column with just room name.