SteveOranjin
Board Regular
- Joined
- Dec 18, 2017
- Messages
- 170
Hello, I have been using the below formula. But everytime I clear the sheet (I use a delete vba to clear the sheet) the count stops working and I have to re-add the reference.
Anyone out there who can help me?
Steve
Code:
=IF(COUNTA(#REF!)=0,"No Products",COUNTA(#REF!))
Anyone out there who can help me?
Steve