I have imported data from a .prn file and need to count a few different combinations. 1 - I need to count the number of times the number in column A is within a certain range (ie. 500-550). Sometimes the number is on the list more than once but I can only count it one time.
2 - I need to know how many times speciic text shows up in column B related to the range in column A.
Specifically, how many "GNNK"s or "GNND"s (column B) are in the 500 range (column A) or the 600 range or the 700 range, etc.
Here is a short sample of the list:
A B
525 GNNK
528 GNNK
530 GNND
531 GNNK
532 GNNK
532 GNNK
533 GNND
534 GNNK
535 GNND
537 GNNK
539 GNNK
601 GNND
601 GNND
603 GNNK
605 GNNK
607 GNNK
608 GNND
610 GNNK
Please let me know if I can clarify this question. Thank you.
2 - I need to know how many times speciic text shows up in column B related to the range in column A.
Specifically, how many "GNNK"s or "GNND"s (column B) are in the 500 range (column A) or the 600 range or the 700 range, etc.
Here is a short sample of the list:
A B
525 GNNK
528 GNNK
530 GNND
531 GNNK
532 GNNK
532 GNNK
533 GNND
534 GNNK
535 GNND
537 GNNK
539 GNNK
601 GNND
601 GNND
603 GNNK
605 GNNK
607 GNNK
608 GNND
610 GNNK
Please let me know if I can clarify this question. Thank you.