The Goal: To total the amount of days off and requested days off in a schedule.
The Problem -
COUNTIF is working great to tabulate the requests off:
=COUNTIF(B3:H15,"OFF-R")
and boom! It counts all the requests off perfectly!
however
when i use the same function in the next cell over but replace "OFF-R" with just "OFF" it comes back with nothing.
Could it have something to do with the text formatting?
I just do not understand why it works just fine for one string of text, but fails for the other string of text. I've tried various wildcards, COUNTIFS, reformatting of text...I just can't figure it out.
3 minutes away from mental meltdown.
The Problem -
COUNTIF is working great to tabulate the requests off:
=COUNTIF(B3:H15,"OFF-R")
and boom! It counts all the requests off perfectly!
however
when i use the same function in the next cell over but replace "OFF-R" with just "OFF" it comes back with nothing.
Could it have something to do with the text formatting?
I just do not understand why it works just fine for one string of text, but fails for the other string of text. I've tried various wildcards, COUNTIFS, reformatting of text...I just can't figure it out.
3 minutes away from mental meltdown.