I used the AI formula generator in Smartsheets and I'm still getting an invalid column value error.
I can't figure out why because there is data in the column.
If the IMP/DISC column displays Implementation then I want the value from the Implementation Status Update Date to show.
If the IMP/DISC column displays Discovery then I want the value from the Disocvery Status Update Date to show.
Below is the formula I use. It only shows an error for Discovery and not for implementation. What is wrong with the formula?
=IF([IMP/DISC]@row = "Discovery", [Discovery Status Update Date]@row, IF([IMP/DISC]@row = "Implementation", [Implementation Status Update Date]@row, ""))