Forum Discussion

Maggie1953's avatar
Maggie1953
Copper Contributor
Aug 30, 2022
Solved

Help with this formula =COUNTIF($E7:$CP7, "V")

I am trying to keep track of the vacation hours my employees take.  Excel has a good program that helps you count each quarter separately. However, this formula below means if I put a V in the space ...
  • HansVogelaar's avatar
    Aug 30, 2022

    Maggie1953 

    Perhaps

     

    =8*COUNTIF($E7:$CP7, "V-8")+4*COUNTIF($E7:$CP7, "V-4")

Resources