Feb 24 2021 08:31 PM - edited Feb 24 2021 08:33 PM
I keep getting a #VALUE error with my countifs function, but I can't figure out why.
=COUNTIFS(G1:G12,">=45",H1:H6,">=55")
It's a pretty simple function only containing numbers in the cells. The function works with each one alone, but not together. Can anyone tell me what is going wrong?
Feb 24 2021 09:55 PM - edited Feb 24 2021 09:58 PM
SolutionYou need to correct the cell references in the formula, and it should like,,,
=COUNTIFS(G1:G12,">=45",H1:H12,">=55")
N.B.
Feb 24 2021 09:55 PM - edited Feb 24 2021 09:58 PM
SolutionYou need to correct the cell references in the formula, and it should like,,,
=COUNTIFS(G1:G12,">=45",H1:H12,">=55")
N.B.