A
Anthony
Hi all,
Trickey one for me as a novice, so hope you can help.
in my worksheets I have 4 rectangle boxes which have been drawn using the
drawing toolbar.
What I want is this..........
Below each box is a cell that holds a formula which will retun a specific £
value or be left blank, just for your info the formula held is
=IF(ISBLANK('1'!$E$14),"",'1'!$E$14)
For the 1st rectangle box the formula above is held in cell B9
for the 2nd rectangle box the formula above is held in cell D9
for the 3rd the formula is in cell F9
for the 4th the formula is in cell H9
so the code should check the value in each of the cells B9,D9,F9 and H9
Only one of these cells will ever be blank
so if B9 is blank I want the code to show the value of the rectangle box 53
to be displayed in sheet3 cell A2
if D9 is blank - value of rectangle box 54 to be displayed in sheet3 cell A2
if F9 is blank - value of rectangle box 9 to be displayed in sheet3 cell A2
or finaly
if H9 is blank - value of rectangle box 8 to be displayed in sheet3 cell A2
hope I have explained this ok, and can it be done ???
Many thanks in advance to you all
Trickey one for me as a novice, so hope you can help.
in my worksheets I have 4 rectangle boxes which have been drawn using the
drawing toolbar.
What I want is this..........
Below each box is a cell that holds a formula which will retun a specific £
value or be left blank, just for your info the formula held is
=IF(ISBLANK('1'!$E$14),"",'1'!$E$14)
For the 1st rectangle box the formula above is held in cell B9
for the 2nd rectangle box the formula above is held in cell D9
for the 3rd the formula is in cell F9
for the 4th the formula is in cell H9
so the code should check the value in each of the cells B9,D9,F9 and H9
Only one of these cells will ever be blank
so if B9 is blank I want the code to show the value of the rectangle box 53
to be displayed in sheet3 cell A2
if D9 is blank - value of rectangle box 54 to be displayed in sheet3 cell A2
if F9 is blank - value of rectangle box 9 to be displayed in sheet3 cell A2
or finaly
if H9 is blank - value of rectangle box 8 to be displayed in sheet3 cell A2
hope I have explained this ok, and can it be done ???
Many thanks in advance to you all