willow1985
Well-known Member
- Joined
- Jul 24, 2019
- Messages
- 929
- Office Version
- 365
- Platform
- Windows
Hello,
I have been trying to figure out a formula that will count how many times a particular part has been in our facility. Parts are identified by part number and serial number so I need to count the combination of the 2.
Example:
[TABLE="width: 301"]
<tbody>[TR]
[TD][TABLE="width: 439"]
<tbody>[TR]
[TD]part_number[/TD]
[TD]serial_number[/TD]
[TD]Amount of Times Through facility[/TD]
[/TR]
[TR]
[TD]989898
545454[/TD]
[TD]M001
N123[/TD]
[TD]2
0[/TD]
[/TR]
[TR]
[TD]989898[/TD]
[TD]M001[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I tried using the following countif formula but it gives me a result of 0 for everything.
=COUNTIFS(E2:E1000,F2:F1000)
Also if an additional condition could be added not to count Any Cell that says "NSN" in column F
Any help would be appreciated.
Thank you
Carla
I have been trying to figure out a formula that will count how many times a particular part has been in our facility. Parts are identified by part number and serial number so I need to count the combination of the 2.
Example:
[TABLE="width: 301"]
<tbody>[TR]
[TD][TABLE="width: 439"]
<tbody>[TR]
[TD]part_number[/TD]
[TD]serial_number[/TD]
[TD]Amount of Times Through facility[/TD]
[/TR]
[TR]
[TD]989898
545454[/TD]
[TD]M001
N123[/TD]
[TD]2
0[/TD]
[/TR]
[TR]
[TD]989898[/TD]
[TD]M001[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I tried using the following countif formula but it gives me a result of 0 for everything.
=COUNTIFS(E2:E1000,F2:F1000)
Also if an additional condition could be added not to count Any Cell that says "NSN" in column F
Any help would be appreciated.
Thank you
Carla
Last edited: