M
MichaelZ
I have a row of user inputted responses (e.g., F20:K20). The possible
responses are “Noneâ€, “Lowâ€, “Mediumâ€, and “Highâ€. These result in a number
value = 0, 1, 3, or 5, respectively in cells L20:Q20. I’d like a routine
that will create an “X†in a table on a separate worksheet when all of the
number values for a particular row are the same (e.g., all 0s in L20:Q20).
The problem is that it is not known beforehand how many of the cells F thru K
(and hence, cells L thru Q) will have responses. If a cell in the range F
thru K is left blank, a “FALSE†is returned in the corresponding cell in the
range L thru Q. However, I don’t want the “FALSE†cells to be included in
the determination of whether all of the number values for a particular row
are the same. A second, issue is that when the number values for a
particular row are the same, it is not known beforehand what the number value
will be, other than it will be either 0, 1, 3, or 5.
Anyone’s help is greatly appreciated. Thank you.
responses are “Noneâ€, “Lowâ€, “Mediumâ€, and “Highâ€. These result in a number
value = 0, 1, 3, or 5, respectively in cells L20:Q20. I’d like a routine
that will create an “X†in a table on a separate worksheet when all of the
number values for a particular row are the same (e.g., all 0s in L20:Q20).
The problem is that it is not known beforehand how many of the cells F thru K
(and hence, cells L thru Q) will have responses. If a cell in the range F
thru K is left blank, a “FALSE†is returned in the corresponding cell in the
range L thru Q. However, I don’t want the “FALSE†cells to be included in
the determination of whether all of the number values for a particular row
are the same. A second, issue is that when the number values for a
particular row are the same, it is not known beforehand what the number value
will be, other than it will be either 0, 1, 3, or 5.
Anyone’s help is greatly appreciated. Thank you.