changing text in a cell if data is entered in another sheet

paul w

Board Regular
Joined
Apr 25, 2010
Messages
195
I have a work book that has 3 sheets named page 1, 2 and 3.
in page 1 cell AU1 the formula is
=IF(COUNTA('PAGE 2'!D6:X38)=0,"1 OF 1","1 OF 2")
In page 2 cell AU1 the formula is
=IF(COUNTA(D6:X38)=0,"","2 OF 2")
this changes page1 cell AU1 from 1 of 1 to 1 of 2 and page 2 AU1 to 2 of 2 if data is entered in ranges d6:x38.
the problem is i now have a 3rd sheet(page3) which i need to change as above if data is entered in its range D6:x38.
how do i modify the above any help would be much appreciated
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top