Hi Team
I’m getting this error with this formula
=IF(OR(Area@row = "Grading", Area@row = "Flock"), (([Grading Records for Flock and Day]@row > 1, "Check for Double GRADING Entries"),IF([Flock Records for Flock and Day]@row > 1, "Check for Double Up FLOCK Entries"), IF([Grading Records for Flock and Day]@row < 1, "Alert:No Grading records loaded"), IF([Flock Records for Flock and Day]@row < 1, "Alert:No Grading records loaded")),"No Data Issues")
to me all the parameters are met. Or function returns true then perform the data error messages but if false return “no data issue”
What am I missing. When I click along various parts the helper knows where I am
Cheers
Chris