Comparing multiple cells

Dkittrell

New Member
Joined
Apr 16, 2013
Messages
2
Hoping someone can help me out here, I’m making a tracking sheet for work. It’s for techs not doing their paperwork, btw I have about 20 techs im tracking . So I have 5 different problems that can occur that need tracking and go under the techs name. I got the code to work If there is only one problem, my issue is sometimes there will be up to 5 problems. As you see in the pic on line 4 and 5, it sees Name and Problem IP so it registered 2 under IP, but on line 6 it says IP,OP and it wont register. Ive tried writing it different ways i tried my code G3:K3 on the 2nd part of the code.


My Code so far
=SUMPRODUCT((C4:C10=F5)*(D4:D10=G3))

Cell F5 is the Techs name, the techs are F5:F43 every other row G3 is the Name of the problem, The Titles of the problems are G3:K3 . just giving the full picture

PS. Name will be changed to the actual Techs name, i just changed it to post it on here
excel_zps2ec2d61d.png
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,203,078
Messages
6,053,402
Members
444,662
Latest member
AaronPMH

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