Forum Discussion

Tyler Smith's avatar
Tyler Smith
Copper Contributor
Nov 02, 2018

Calculating date over large range HELP

Hello,   I am having trouble with getting my formula to work. I need it to count the number of dates that fall within 1/1/2018 to 1/31/2018 only if they are in the column name "Actual" This is what...
  • SergeiBaklan's avatar
    SergeiBaklan
    Nov 02, 2018

    Sorry, it was misprint in formula

    =SUMPRODUCT(ISNUMBER(SEARCH("Actual",$R$3:$BA$3))*(R4:BA25>=DATEVALUE("2018-01-01"))*(R4:BA25<=DATEVALUE("2018-01-31")))

Resources