formula to return an empty cell

tipperjoe

New Member
Joined
May 26, 2008
Messages
19
Hi
I have a formula below that I want to return an empty cell instead of "" when formula is false. Is this possible ?

Appreciate any help
Joe

<TABLE style="WIDTH: 62pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=83><COLGROUP><COL style="WIDTH: 62pt; mso-width-source: userset; mso-width-alt: 3035" width=83><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 62pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl70 height=17 width=83><TABLE style="WIDTH: 228pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=304><COLGROUP><COL style="WIDTH: 228pt; mso-width-source: userset; mso-width-alt: 9728" width=304><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 228pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl63 height=17 width=304>=IF(F61<=B61,SUM(F62:F64)/F61,"")</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
 

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.
Sorry, what you want isn't possible. If a cell contains a formula it's not empty. Maybe we can help you if you tell us why it needs to be empty.
 
Upvote 0
Unfortunately no..

If the cell contains a formula, it therefore is not empty..
"" is the closest you can get.


Is your issue that goto-blanks doesn't consider them blank?
 
Upvote 0
thanks for your replies guys, some background, I have a spreadsheet with data for each week of the year. First week in column b, second week in column c and so on. I also have a graph that reads this data. My graph is reading all 52 weeks. Each week I have to copy above formula out one column because if i copied to all columns/weeks my graph reads the formula as zero even though I have specified "". I thought making the cells appear empty would solve my problem
 
Upvote 0
Hi Andrew
That worked !!. Even though the spreadsheet has #n/a in columns for future weeks, my graph ignores these values and doesn't treat them as zeros (ie the graph line stops at current week). Thanks so much for your help, much appreciated

Joe
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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