Wrong formula

Blackwell

Board Regular
Joined
Oct 19, 2007
Messages
96
Office Version
  1. 2016
Platform
  1. Windows
I have this formula and I cannot get it to work for me
=IF(E11="",0,SUM(F6:M6,B11:E11)) the cell which the formula is in is E15, so if E11 has no value then I want E15 to be "0",,
If E11 has a value then the formual SUM(F6:M6,B11:E11) needs to apply. Thank you.

E6 5,000
E11 0
E15 0

E6 5,000
E11 4,000
E15 9,000
 

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)
Blackwell, Good afternoon.

Are you sure your information is CORRECT?

Formula range don't match with your cell reference displayed.
 
Upvote 0
Hi, Yes the information is correct
F6:M6 = 60,000
B11:E11 16,500

I have tried to input the info on the spreadsheet but it goes haywire.
I am trying to complete a VAT threshold for my son business, which picks up Aug 2017 to Mar 2018 and then adds Apr to Jul
So E6 will have 5,000
E11 may have a value or not in this case 0
E15 will pick up the formula, but if E11 has no value for the month I want E15 to be 0.
I hope this is clearer, hopefully. Thank you.
 
Upvote 0
I think you need to change the first SUM range from =IF(E11="",0,SUM(F6:M6,B11:E11)) to =IF(E11="",0,SUM(E6:M6,B11:E11))
because the range you have isn't adding in the 5,000 in E6

<img src="http://i63.tinypic.com/34gvvk3.jpg" border="0" alt="Image and video hosting by TinyPic">
 
Upvote 0
I think you need to change the first SUM range from =IF(E11="",0,SUM(F6:M6,B11:E11)) to =IF(E11="",0,SUM(E6:M6,B11:E11))
because the range you have isn't adding in the 5,000 in E6

<img src="http://i63.tinypic.com/34gvvk3.jpg" border="0" alt="Image and video hosting by TinyPic">

Hi, Thank you I will amend.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

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