I tried with convoluted splits, gets, and ifs, but I got myself into a vortex of confusion. There must be a better way - I’d appreciate any assistance!
Hello @Dennis_Gee,
Can you please share the proper structure of the Array input that you’re trying with those conditions?
Otherwise please share a screenshot of your implementation which makes more sense to understand how you’re implementing it.
So, if cell AI = 100, 0, output would be the first email from AH.
If AI = 0, 100 then the output would be the second email from AH.
If AI = 50, 50 then the output should be both emails from AH separated by a semicolon.
We can also achieve this using the SWITCH function which comparatively creates a smaller formula. But I can see that you’re aware of IF so just use it.
I hope this works.
Yes, that was the basic formula I was initially trying but a more feature-rich version. Also, the final statement in the formula mentioned will output the emails comma separated when they need to be semicolon separated.
I would be interested in seeing (and learning from) the split method if that is not too difficult to produce?