Hello and thanks in advance for your help.
I'm attempting to summarize the output from a poorly designed online survey that contains 170 columns (really).
Is there a nested IF statement that will output into one of four phrases: "Safe", "At Risk", "Both", or "Not Indicated"?
One of several safety topics are listed in column T, and a mix of blank cells, "Safe" and/or "At Risk" are present in any of the cells in columns U through FK.
There are over 6500 rows...
Here's how I'd like to summarize each row:
If there are one to several cells within the range of columns U through FK that contain (only) the text "Safe", then return "Safe"
If there are one to several cells within the range of columns U through FK that contain (only) the text "At Risk", then return "At Risk"
If there is any mix of cells within the range of columns U through FK that contain "Safe" AND "At Risk", then return "Both"
If there is no text in the cells within the range of columns U through FK , then return "Not Indicated"
Any help is appreciated!
Thanks mucho!
I'm attempting to summarize the output from a poorly designed online survey that contains 170 columns (really).
Is there a nested IF statement that will output into one of four phrases: "Safe", "At Risk", "Both", or "Not Indicated"?
One of several safety topics are listed in column T, and a mix of blank cells, "Safe" and/or "At Risk" are present in any of the cells in columns U through FK.
There are over 6500 rows...
Here's how I'd like to summarize each row:
If there are one to several cells within the range of columns U through FK that contain (only) the text "Safe", then return "Safe"
If there are one to several cells within the range of columns U through FK that contain (only) the text "At Risk", then return "At Risk"
If there is any mix of cells within the range of columns U through FK that contain "Safe" AND "At Risk", then return "Both"
If there is no text in the cells within the range of columns U through FK , then return "Not Indicated"
Any help is appreciated!
Thanks mucho!