Captain Hindsight
New Member
- Joined
- Oct 9, 2013
- Messages
- 46
I have a workbook with several tabs. In the front sheet (sheet 1) I want to add up the total of cell A5 from every tab.
Every tab pulls data from the master sheet (Master sheet) using the below formula.
=IF(ISBLANK('Master sheet'!AA5),"",'Master sheet'!AA5)
This is causing the problem as some of the cells contain text.
How can I add without getting an error due to this text.
I don't want to remove the ISBLANK formula because then it shows a 0 every time which looks untidy.
Every tab pulls data from the master sheet (Master sheet) using the below formula.
=IF(ISBLANK('Master sheet'!AA5),"",'Master sheet'!AA5)
This is causing the problem as some of the cells contain text.
How can I add without getting an error due to this text.
I don't want to remove the ISBLANK formula because then it shows a 0 every time which looks untidy.