W
wuddus
I need a formula that will return the first available
value in a series of cells that I specify. For example,
in the series:
'Sheet1'!G5
'Sheet2'!G5
'Sheet3'!G5
'Sheet4'!G5
How can I spcify that the value in 'Summary Sheet'!G5
should equal the value in 'Sheet4'!G5 UNLESS that latter
cell is blank, in which case the value of 'Summary Sheet'!
G5 should equal the value of 'Sheet3'!G5, UNLESS that
latter cell is blank, and so on? If
'Sheet1'!G5= 89
'Sheet2'!G5= 90
'Sheet3'!G5= 106
'Sheet4'!G5= [blank]
then 'Summary Sheet'!G5 should equal 106. Essentially,
the cell in 'Summary Sheet' should always check, IN
SEQUENCE, its counterpart G5 cells in the other sheets and
always return the first value it comes to.
If anyone can help with this, a low-level corporate drone
will be extremely appreciative. Thank you in advance!
value in a series of cells that I specify. For example,
in the series:
'Sheet1'!G5
'Sheet2'!G5
'Sheet3'!G5
'Sheet4'!G5
How can I spcify that the value in 'Summary Sheet'!G5
should equal the value in 'Sheet4'!G5 UNLESS that latter
cell is blank, in which case the value of 'Summary Sheet'!
G5 should equal the value of 'Sheet3'!G5, UNLESS that
latter cell is blank, and so on? If
'Sheet1'!G5= 89
'Sheet2'!G5= 90
'Sheet3'!G5= 106
'Sheet4'!G5= [blank]
then 'Summary Sheet'!G5 should equal 106. Essentially,
the cell in 'Summary Sheet' should always check, IN
SEQUENCE, its counterpart G5 cells in the other sheets and
always return the first value it comes to.
If anyone can help with this, a low-level corporate drone
will be extremely appreciative. Thank you in advance!