Yeah, I know I can replace it with any word I want. I guess what I was asking is if I could replace it with two strings instead of one. So instead of "Both", it could be both "Lise" and "Jonnie". But I doubt that is possible, at least it wouldn't be easy.
I appreciate the time you took to help with the code. Unfortunately, it gives unexpected results. I'll try and figure it out. I don't want to take up more of your time. You've been generous enough as it is.
IfElse(And(IsEqual([Favourites],Jonnie Albums,8),IsEqual([Favourites],Lise Albums,8)),Both,IsEqual([Favourites],Jonnie Albums,8),Jonnie Only,IsEqual([Favourites],Lise Albums,8),Lise Only)
Result:
Expression Column
All Expressions (4)
0,Both,0,Jonnie Only,0,Lise Only)
0,Both,1,Jonnie Only,0,Lise Only)
1,Both,0,Jonnie Only,1,Lise Only)
1,Both,1,Jonnie Only,1,Lise Only)
And when I insert the code you explained:
IfElse(
And(
IsEqual([Favourites],Jonnie Albums,8),
IsEqual([Favourites],Lise Albums,8)),
Both,
IsEqual([Favourites],Jonnie Albums,8),Jonnie Only,
IsEqual([Favourites],Lise Albums,8),Lise Only)
The Results are:
Expression Colum
All Expression (4)
0,...
0,...
1,...
1,...