Jun 12 2023 09:12 PM
Hi all, I am using the same function for multiple columns, where I am calculating a % of male studnets who scored higher in specific tasks at the endline, in comparison to the baseline. Columns BB to BT in my dataset calculate difference for each individual task, in the same way (by subtracting baseline % score from the endline % score). All the columns BB to BT are formatted in the same way and inlcude NA values, where I have removed the specific cells with dubious data. Here is the function:
=COUNTIFS('Matched database'!$BM:$BM,">0",'Matched database'!$AG:$AG,"Boy")/COUNTIFS('Matched database'!$AG:$AG,"Boy",'Matched database'!BM:BM,"<>NA")
The reference to AG colummn is unchanged, and every individual task, I change the reference for example from BL to BM. The function is working for all the columns (i.e., BB to BT), except one (BM).
I checked several forums and resources, but I do not understand why the function is not working for the specific column BM and what I can do.
Thanks
Jun 12 2023 09:24 PM
Jun 12 2023 09:32 PM
Jun 12 2023 09:44 PM
Still missing information.
You did not mention why the formula is not working.
You did not supply a sample file with the problem.
Jun 12 2023 11:36 PM