Forum Discussion
Chie019
Apr 28, 2024Copper Contributor
Formula to enter new value in a cell
Hi, I'm trying to find a formula for the sample below that could enter in another cell if the member has dependents or not (Coverage Tier). Like the1st one, the member has family, so I would lik...
HansVogelaar
Apr 28, 2024MVP
=IF(COUNTIFS([MEMBER SSN], [@[MEMBER SSN]], [DEPENDENT SSN], "<>"), "Family", "Individual")