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

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,226
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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,214,585
Messages
6,120,397
Members
448,957
Latest member
Hat4Life

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