Cell value to be shown as empty until page is being worked on

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,859
Office Version
  1. 2007
Platform
  1. Windows
Hi,
I am not sure if my title explains it correctly but code in cell K33 is shown below.
On my worksheet i have the following worksheets
Income 1,2 & 3
Expenses 1 through to 8
Here is an emample of my issue.

Worksheet Income (1) has a running total shown in cell G32
There is also a running total in the uncomplete worksheet Expenses (1) at present in cell K33

So if i look at any worksheet expense other than (1) cell K33 shows the running balance even if this worksheet has no values yet.
Basically i would like cell K33 on any other worksheet Expense to be shown empty until i actually start to enter values on the said worksheet.

Not sure if the code below can be edited BUT you could do something with this example when i activate the page maybe.

Something like If cell D4 has no value then cell K33 value must be hidden BUT if cell D4 has a value then show value in cell K33




Code:
=SUM('INCOME (1)'!G32 -'EXPENSES (4)'!K32)-MILEAGE!C32
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,225,759
Messages
6,186,864
Members
453,380
Latest member
ShaeJ73

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