Simple SUMIFS going wrong - I'm doing something dumb

krishcrash

New Member
Joined
Jun 12, 2018
Messages
1
I have a simple spreadsheet that is referencing data that is currently not working (See below).

RESULTS

JanFebMarAprMayJunJul...
London
Liam--*------------

<tbody>
</tbody>


The data is set out such that their are several people making sales from different areas and I just need to sum the sales in January from Liam in London.

DATA

PlacePersonJanFeb...
LondonLiam12
LondonJames34
BirminghamFrank56
ManchesterLiam78
LondonLiam910

<tbody>
</tbody>

* My idea to fill in Jan data for Liam was to use SUMIFS (=SUMIFS('DATA'!C:C, 'DATA'!A:A, "='Results'!A2",'DATA!B:B,"='RESULTS'!B3") however this isn't working - am I doing this completely wrong?

Any help would be great.

Thanks
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Welcome to the board.

Try

=SUMIFS('DATA'!C:C, 'DATA'!A:A, 'Results'!A2,'DATA'!B:B,'RESULTS'!B3)
 
Upvote 0

Forum statistics

Threads
1,214,391
Messages
6,119,247
Members
448,879
Latest member
oksanana

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