Hi I am new to Smartsheet and really wished I could just run a pivot table against a sales contest my team is running. But we are constantly getting new entries through a smartsheet form and I have created a smartsheet dashboard that updates in realtime as the entries come in.
I have two sheets:
One is the source form where each of the contest entries get populated with data around the sales deals. Let's call this {Entry Form}.
The other is a master roll up against the actual sales that were booked in the last month. There is a unique ID associated with the deal. {Master Sheet}
I want to create a column in the Entry Form that checks the box if it is a quailfied deal - meaning that the ID on the entry form matches the unique ID found on the master roll up.
=IF(COUNTIF({Master Sheet range }, [ID]@row) = 1, 1)
Trying to get it to return a 1 so I can check a box.
It keeps saying unparseable. So I think I did something wrong. Any assistance would be greatly appreciated. I'm highlighting the column in the Master Sheet that has all the ID's. So I am thinking it should work. But I guess I'm wrong.
Happy Friday