ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,738
- Office Version
- 2007
- Platform
- Windows
Hi,
I have several sheets as example,
Income 1,Income 2,Income 3, Expenses 1,Expenses 2,Expenses 3 etc etc
So at the start of each month i will be adding values on sheet Income 1 & Expenses 1 until that sheet is complete then i move over to say Income 2 etc.
Until i move over all the other sheets in cell K33 will show a value because the code in that cell is as follows,
So can cell K33 show nothing until i start to use that sheet in question,i mean if cell A4 is empty then K32 shows nothing but if cell A4 has a value then allow cell K33 to show its value.
Make sense ??
Thanks
I have several sheets as example,
Income 1,Income 2,Income 3, Expenses 1,Expenses 2,Expenses 3 etc etc
So at the start of each month i will be adding values on sheet Income 1 & Expenses 1 until that sheet is complete then i move over to say Income 2 etc.
Until i move over all the other sheets in cell K33 will show a value because the code in that cell is as follows,
Code:
=IF(SUM(INCOME1!G32 -EXPENSES7!K32)-MILEAGE!C32=0,"",SUM(INCOME1!G32 -EXPENSES7!K32)-MILEAGE!C32)
So can cell K33 show nothing until i start to use that sheet in question,i mean if cell A4 is empty then K32 shows nothing but if cell A4 has a value then allow cell K33 to show its value.
Make sense ??
Thanks