Greetings,
Given my dimension object {SSN} I’d like to create a formula to identify/filter those IDs that have:
Blank SSN values and SSN that start with 3
Below is my attempt which is not giving me what I was looking for:
=If (IsNull ([SSN]) Or [SSN] = "3") Then "match"
What is the better way to rewrite my formula?
TIA,