Hi I am trying to find Table1[ID] that matches with Table7[Name], "Singer"
The only way to find this is if
Table1[ID] = Table7[IDs])
and Table7[IDs] = Table7[Name], "Singer"
but it keep showing error when I try to count it, how do I go around this?
The only way to find this is if
Table1[ID] = Table7[IDs])
and Table7[IDs] = Table7[Name], "Singer"
but it keep showing error when I try to count it, how do I go around this?