COUNT IF meeting certain crieteria

Rino468

New Member
Joined
Oct 1, 2018
Messages
2
hi all - Thanks ahead of time if you can help me !

I am trying to create the formula to count cells if there are values but it has to meet certain criteria. I need to count how many laps a car makes a lap around the track. The only data points I have are the laps and the speed in which each car was going around them. Towards the bottom is kind of how I want it to look


[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Speed Lap 1[/TD]
[TD]Speeed Lap 2[/TD]
[TD]Speed lap 3[/TD]
[TD]Speed Lap 4[/TD]
[/TR]
[TR]
[TD]Car A[/TD]
[TD]45[/TD]
[TD]104[/TD]
[TD]67[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Car B[/TD]
[TD]75[/TD]
[TD]103[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car C[/TD]
[TD]105[/TD]
[TD]89[/TD]
[TD]77[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Total Laps[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car A[/TD]
[TD]What Formula to use?[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car B [/TD]
[TD]What Formula to use?[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car C[/TD]
[TD]What Formula to use?[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

****** id="cke_pastebin" style="position: absolute; top: 120px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]Speeed Lap 2[/TD]
[/TR]
</tbody>[/TABLE]
</body>
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Try:
Change range to match your data and copy down.
Excel Workbook
ABCDE
1Speed Lap 1Speeed Lap 2Speed lap 3Speed Lap 4
2Car A4510467100
3Car B75103
4Car C1058977
5
6
7Car A4
8Car B2
9Car C3
Sheet
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,912
Members
452,366
Latest member
TePunaBloke

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