I am trying to automate something, and this final step is proving to be very challenging.
Assume that within the range A1:A20, only one cell will have a value. All of the rest will be blank. As for which cell will contain the data, that is variable. I should note that this data will NOT be numbers, but text strings.
I am looking for a formula to put into cell B1 that will automatically copy that one value from range A1:A20.
Any ideas?
Update 1...
Ghetto workaround:
=CONCATENATE(A1,A2,A3...A20)
It works adeqautely well. I was hoping for an elegant answer, but this works.
Assume that within the range A1:A20, only one cell will have a value. All of the rest will be blank. As for which cell will contain the data, that is variable. I should note that this data will NOT be numbers, but text strings.
I am looking for a formula to put into cell B1 that will automatically copy that one value from range A1:A20.
Any ideas?
Update 1...
Ghetto workaround:
=CONCATENATE(A1,A2,A3...A20)
It works adeqautely well. I was hoping for an elegant answer, but this works.
