I am having difficulty with this formula that I would appreciate some assistance.
I have a sheet with user names. If the user name matches that of a user name in another sheet, I need to select the checkbox.
I have a column with a checkbox and the following formula: =IF(MATCH(Name1, {2019-01-11 IS Bi-Weekly Report Range 2}, 0), 1, 0)
I have 1 checkbox checked and 600 either #NO MATCH or #INVALID DATA TYPE.