I'm a new user and trying to use a web content form widget to filter a report on a dashboard. I've got the form built and the form widget working on the dashboard. The form selections go to this Sheet A, where I have it set up that the box will be checked for the most recent selection.
The report that I want to be filtered on the dashboard pulls from Sheet B below (only relevant columns shown):
On Sheet B, I want the boxes to check if they match the most recent selection from Sheet A. (That way I can filter Sheet B and Report B based on the checkbox, then add to dashboard, thereby making my dashboard interactive when the user selects an option from the Sheet A form that is published on the dashboard... I think...) I have the checkboxes in Sheet B working, but it doesn't update whenever a new selection is made. It just keeps the reference to the original cell, not the most recent one. Here is the formula I am using:
=IF(Area@row = {Selected Strategic Priority Range 1}, 1, 0)
Where {Selected Strategic Priority Range 1} refers to the Strategic Priority Column on Sheet A.
So here, even though Sheet A has been updated to show that Employment & Work Supports is the most recent result from 11:53pm, the formula on Sheet B is pulling the Quality Housing result from 11:27pm, which I used to set up the formula cross-sheet reference, instead of the most recent. Can someone point me in the right direction with my formula for the checkboxes on Sheet B? Please keep in mind I am a beginner! I feel like I am so close, and have been reading forum posts for hours, and I cannot get this figured out. Thank you for any and all help.