i have a work book with 3 sheets named pages 1, 2 and 3, in (page1), cell AU1, i have a formula that changes the text from "1 of 1" to "1 of 2", if data is entered in (page2).
=IF(COUNTA('PAGE2'!D6:X38)=0,"1 OF 1","1 OF 2")
i need it to check (page 3) same cell range, and return "1 of 3" if data is entered.
=IF(COUNTA('PAGE2'!D6:X38)=0,"1 OF 1","1 OF 2")
i need it to check (page 3) same cell range, and return "1 of 3" if data is entered.