Hello, I am trying to count the number of weeks between two dates. I have applied this formula
=WEEKNUMBER([SD End]@row - WEEKNUMBER([SD Start]@row))
It doesn't seem to be calculating correctly. For example, returning "51" for a SD End date 2/3/23 - SD Start 11/14/22. That answer should be more like 11, right? What am I missing?