I had this formula which generated a week number with the start date being Friday due to the type being '15'
=IF(Date@row <> "", WEEKNUMBER(Date@row, 15), "")
which used to work.
Now the type within the function seems to be ignored.
Has the ability to specify a week start date within the WEEKNUMBER function been removed
Thanks