
IFERROR Function | Smartsheet Learning Center
https://help.smartsheet.com/function/iferrorReturns the first value if it isn’t an error and otherwise returns the second value
I using the following formula, =INDEX({Contract Focal Point}, MATCH([Contract No.]@row, {Contract No.}), 0)
And it works for the first row when i input in the contract number into the column. On subsequent rows when i input the contract number it pulls back incorrect information and if I put in a fictious number it pulls back information as well. So apparently it's not matching correct. Can someone help?
Hey @Ed Smartsheet
In addition to the IFERROR, it looks like you have the , 0 in the INDEX portion of the formula instead of the MATCH. Try moving it in one:
=INDEX({Contract Focal Point}, MATCH([Contract No.]@row, {Contract No.}, 0))
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
@Ed Smartsheet try using iferror =IFERROR(INDEX....MATCH...)
Hey @Ed Smartsheet
In addition to the IFERROR, it looks like you have the , 0 in the INDEX portion of the formula instead of the MATCH. Try moving it in one:
=INDEX({Contract Focal Point}, MATCH([Contract No.]@row, {Contract No.}, 0))
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions