IFERROR Not Working To Remove Invalid Value

Hello,
Is anyone familiar with using IFERROR with an INDEX formula? I cannot get it to work with the below. The formula's working. I need it to remove the "Invalid Value" for cells with no value. Any help is appreciated!
=INDEX(COLLECT({Paid/ Donated}, {Employee Name}, HAS(@cell, [Legal Name V02]@row)), 1)
Best Answer
-
Hi @Lea722
Try this:
=IFERROR(INDEX(COLLECT({Paid/ Donated}, {Employee Name}, HAS(@cell, [Legal Name V02]@row)), 1), "")
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Answers
-
Hi @Lea722
Try this:
=IFERROR(INDEX(COLLECT({Paid/ Donated}, {Employee Name}, HAS(@cell, [Legal Name V02]@row)), 1), "")
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Thank you for your quick response, Genevieve! I ended up solving this after I sent my message-- could not have done it without this community group though!
-
No problem! I'm glad you got it working 🙂
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!