Graham C1600
Board Regular
- Joined
- Feb 17, 2018
- Messages
- 96
- Office Version
- 365
Hi,
I'm trying to get a count from excel based on certain criteria. The table i'm trying to get data from is similar to the below:-
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Simple[/TD]
[TD]Simon[/TD]
[TD]Pending[/TD]
[TD]Easy[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Simple[/TD]
[TD]Gary[/TD]
[TD]Batch 77[/TD]
[TD]Hard[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complex[/TD]
[TD]Clare[/TD]
[TD]Holding[/TD]
[TD]Hard[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Simple[/TD]
[TD]Graham[/TD]
[TD]Batch 77[/TD]
[TD]Hard[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Complex[/TD]
[TD]Paul[/TD]
[TD]Batch 73[/TD]
[TD]Hard[/TD]
[/TR]
</tbody>[/TABLE]
The data above is populated by using VLOOKUPS on the numbers 1 to 5 from another sheet in the workbook.
What i need to try and do is say in cell A10, total the amount of the following (from column A it needs to = Simple, Column C needs to count all cells greater than Batch 74 (Batches run from 70 to 100 usually), and column D needs to = Hard.
I've tried various options but cannot get the formulas to work, not sure if it's because there are Pending and Holding in Column C.
I've tried a helper column converting column C to just display the right hand 2 digits but i still cannot get that to work correctly.
Any advice/help will be greatly appreciated.
Thanks.
I'm trying to get a count from excel based on certain criteria. The table i'm trying to get data from is similar to the below:-
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Simple[/TD]
[TD]Simon[/TD]
[TD]Pending[/TD]
[TD]Easy[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Simple[/TD]
[TD]Gary[/TD]
[TD]Batch 77[/TD]
[TD]Hard[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complex[/TD]
[TD]Clare[/TD]
[TD]Holding[/TD]
[TD]Hard[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Simple[/TD]
[TD]Graham[/TD]
[TD]Batch 77[/TD]
[TD]Hard[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Complex[/TD]
[TD]Paul[/TD]
[TD]Batch 73[/TD]
[TD]Hard[/TD]
[/TR]
</tbody>[/TABLE]
The data above is populated by using VLOOKUPS on the numbers 1 to 5 from another sheet in the workbook.
What i need to try and do is say in cell A10, total the amount of the following (from column A it needs to = Simple, Column C needs to count all cells greater than Batch 74 (Batches run from 70 to 100 usually), and column D needs to = Hard.
I've tried various options but cannot get the formulas to work, not sure if it's because there are Pending and Holding in Column C.
I've tried a helper column converting column C to just display the right hand 2 digits but i still cannot get that to work correctly.
Any advice/help will be greatly appreciated.
Thanks.