SUMIFS #VALUE! - HELP!!!

Status
Not open for further replies.

johnb1979

Board Regular
Joined
Dec 9, 2019
Messages
50
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I posted this problem yesterday and two people have had a go but unfortunately I still haven't got to the bottom of this issue - maybe I've not explained it clearly but I'll try again in the hope that someone might be able to help out an Excel novice :)

I have a spreadsheet that has a tab for each month of the year, and an additional tab (2020 Review), that will show the collated information from each month, like a yearly review. The sheet is used to track sales/quotes.

In any given month, the value of the quote (£) is entered into column 'D'. In column 'H', the quote is set to 'active' from a drop down list. If that quote turns to an order, the 'active' in column 'H' is changed to 'won'. Also, in column 'I', the relevant month the quote turned to an order is selected from from a drop down list. Please see below example from the 'Jan 2020' tab where the project in line 4 is won (quoted in January, won in April);
1594729214803.png


Below is a screen shot of the '2020 Review' Tab;

1594729560478.png


As you can see, the formula works great for individual months (the formula in cell G7 is =SUMIFS('Jan 2020'!D:D,'Jan 2020'!I:I,"APRIL",'Jan 2020'!H:H,"won"), but when I change it to cover the whole workbook with the formula, =SUMIFS('Jan 2020:Dec 2020'!D:D,'Jan 2020:Dec 2020'!I:I,"APRIL",'Jan 2020:Dec 2020'!H:H,"won"), it returns a #VALUE! error and that's where I'm struggling. Can you see where the error is please?

Thanks for taking the time to read this post and I hope you can help.

Thanks in advance!
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Duplicate SUMIF or COUNTIF???

Please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread.
Per forum rules, posts of a duplicate nature will be locked or deleted (rule 12 here: Forum Rules).
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,757
Messages
6,126,693
Members
449,331
Latest member
smckenzie2016

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