Why isnt this working anymore! Argh.

Angliojoe

Board Regular
Joined
Oct 28, 2011
Messages
61
Hello All,

I have been using the following sum to calculate the amount of money spent between two dates.

=SUMIFS('data'!$AD$2:$AD$184,'data'!$Z$2:$Z$184,">="&A4,'data'!$Z$2:$Z$184,"<="&B4)

In coloumn A is the start of the week (date) and in coloumn B is the end of the week (date). I have it set up so that each row shows me the week spend and when I first set it up everything was rosy but I have just dumped aload of new data into the spreadsheet and adusted the ranges (to 184) and for some reason the first week works but nothing else does??

Any ideas or help please :)

Joe.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
can't recall behaviour of sumifs() (and I'm on 2003 at the moment), but perhaps:

I have just dumped aload of new data into the spreadsheet

...provides a clue. check that the data's not being treated as text. what does =isnumber() return for some of the new data that's meant to be numeric? If it returns false, you may have your answer, and the quick fix is to copy a blank cell, select the 'numbers', then edit | paste special | add.
 
Upvote 0

Forum statistics

Threads
1,217,388
Messages
6,136,311
Members
450,003
Latest member
AnnetteP

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