Hello,
I have two identical sheets to collect application data, each for a different project type. We'll call them Sheet 1 and Sheet 2. They both reference the same budget request sheet.
I have a "Budget Submitted" column on each sheet, which I want set up as a checkbox. I want the box to be checked if a project name on a sheet matches a project name in the Budget sheet.
I manually entered the following formula in the Budget Submitted column on each sheet: =IF(MATCH([Title of Proposal]@row, {Requested Budget Project Name}, 0), 1, 0).
This formula works perfectly on Sheet 1, but on Sheet 2 produces an #Invalid Data Type error. Why does it work on one sheet and not on the other?
Thanks, in advance for any help.
~Sandra Bauman