Trying to work out how to search a cell range for a non blank cell and dependant on the position of the non blank cell return a set value.
So cell range B3:G3 should only have one non blank cell.
Cell range B10:G10 contian the values 9,19,29,39,49 & 59
if B3 is non blank return value from B10, ie 9
if C3 is non blank return value from c10, ie 19
etc
If this is possible, would it then be possible to return another value (ie ERR) if more than 1 cell in the range is non blank
Many thanks
So cell range B3:G3 should only have one non blank cell.
Cell range B10:G10 contian the values 9,19,29,39,49 & 59
if B3 is non blank return value from B10, ie 9
if C3 is non blank return value from c10, ie 19
etc
If this is possible, would it then be possible to return another value (ie ERR) if more than 1 cell in the range is non blank
Many thanks