G
Guest
Hello,
Working on a spreadsheet which will take information from
a daily variable .xls down load, check the information,
and then return values based on the results of the first
colum of analysis.
Setup:
First column contains text string such
as "3A1A", "3A2B", "3D1A", etc. Second column contains
another text string such as "GMA", "GFA", "PSA", etc.
What I want to do:
BLUF: Return a count from two columns that meets the
criteria in both columns.
The first step is to check a text string in the first
column for a given result "3A*" and then give a count
result for all entries that meet "3A*" and "G*A" result.
The problem is that I can not seem to nest a COUNTIF
function that will meet the first criteria of selecting
only the rows that contain "3A*" before it counts
the "G*A" in the second column.
I have tried about everything I can think of plus looking
at the HELP file on Excel.
Working on a spreadsheet which will take information from
a daily variable .xls down load, check the information,
and then return values based on the results of the first
colum of analysis.
Setup:
First column contains text string such
as "3A1A", "3A2B", "3D1A", etc. Second column contains
another text string such as "GMA", "GFA", "PSA", etc.
What I want to do:
BLUF: Return a count from two columns that meets the
criteria in both columns.
The first step is to check a text string in the first
column for a given result "3A*" and then give a count
result for all entries that meet "3A*" and "G*A" result.
The problem is that I can not seem to nest a COUNTIF
function that will meet the first criteria of selecting
only the rows that contain "3A*" before it counts
the "G*A" in the second column.
I have tried about everything I can think of plus looking
at the HELP file on Excel.