Sum If formula between two sheets.

asyamonique

Well-known Member
Joined
Jan 29, 2008
Messages
1,280
Office Version
  1. 2013
Platform
  1. Windows
JanuaryDept.Name & SurnameOFFOFFOFFOFFOFFOFFOFFOFF

<tbody>
</tbody>

Good Day,
I have huge list like given above all the way down from the columns A to AH those datas located on the sheet named "list"
I need to put a table to another sheet like below to show all persons OFF dates for each mnth from the A1:M100
A1 text will be written OFF and below cells with name and surnames as given table....

OFFJANUARYFEBRUARYMARCHAPRILMAYJUNEJULYAUGUSTSEPTEMBEROCTOBERNOVEMBERDECEMBER
NAME & SURNAME8



<colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
So, the formula will start from B2


Thanks
 
Last edited:

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
1. Does the 'Name & Surname' column in each sheet contain the same names in the same order?

2. If not, does the 'other sheet' have a list of names in column A or are you asking for a formula for that too?

3. Does either sheet contain duplicate names in the 'Name & Surname' column?

4. What version of Excel are you using?
 
Upvote 0
Hi,
Fixed, thanks.
Code:
=SUM(IF(list!$C$1:$C$4997=$A2,IF(list!$A$1:$A$4997=B1,IF(list!$D$1:$AH$4997=$A$1,1))))
 
Upvote 0

Forum statistics

Threads
1,213,565
Messages
6,114,337
Members
448,568
Latest member
Honeymonster123

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