Good morning all.
I am not all that savvy with excel and am attempting to create a form that will auto fill from another spreadsheet when given a few criteria.
On the column header is dates from the first of a month to the end. On the Y axis are names. In the data range are letters denoting different things.
For example there will be columns for March 1, 2019 thru March 31, 2019 and a row for John Doe. I need to return the number of cells with the letter b for John Doe in the columns ranging from March 8, 2019 thru march 14, 2019.
The spreadsheet is standardized and I cannot change the layout.
Here is what I have attempted.
=COUNTIFS(INDEX('sheet 1'!A1:Z20,MATCH(A15,'sheet1'!A4:A20,0),MATCH(G15,'sheet1'!B1:Z1,1)),"b")
I am not all that savvy with excel and am attempting to create a form that will auto fill from another spreadsheet when given a few criteria.
On the column header is dates from the first of a month to the end. On the Y axis are names. In the data range are letters denoting different things.
For example there will be columns for March 1, 2019 thru March 31, 2019 and a row for John Doe. I need to return the number of cells with the letter b for John Doe in the columns ranging from March 8, 2019 thru march 14, 2019.
The spreadsheet is standardized and I cannot change the layout.
Here is what I have attempted.
=COUNTIFS(INDEX('sheet 1'!A1:Z20,MATCH(A15,'sheet1'!A4:A20,0),MATCH(G15,'sheet1'!B1:Z1,1)),"b")