Cell showing $, want it to be blank

Kiwi den

Board Regular
Joined
Feb 17, 2014
Messages
143
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I have a cell D30, this contains =sum(D1:D29) and shows a $ until values are added to D1:D29

How do I have it so the cell D30 is blank until values to D1:D29 are added?

Your help would be appreciated
 
{=IF(D1:D29='","",SUM(D1:D29))}
so why it works here?
Book1
D
1€1.00
2€2.00
3€3.00
4€4.00
5€5.00
6€6.00
7€7.00
8€8.00
9€9.00
10€10.00
11€11.00
12€12.00
13€13.00
14€14.00
15€15.00
16€16.00
17€17.00
18€18.00
19€19.00
20€20.00
21€21.00
22€22.00
23€23.00
24€24.00
25€25.00
26€26.00
27€27.00
28€28.00
29€29.00
30€435.00
Sheet1
Cell Formulas
RangeFormula
D30D30=IF(D1:D29="","",SUM(D1:D29))
Press CTRL+SHIFT+ENTER to enter array formulas.


Book1
D
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30 
Sheet1
Cell Formulas
RangeFormula
D30D30=IF(D1:D29="","",SUM(D1:D29))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
" How do I have it so the cell D30 is blank until values to D1:D29 are added? " If you meant until ALL values D1:D29.
Conditional formatting for cell D30 with the formula =COUNTA(D1:D29)=29 thus as a TRUE condition the values won't appear until they are all included.
 
Upvote 0

Forum statistics

Threads
1,215,048
Messages
6,122,862
Members
449,097
Latest member
dbomb1414

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