Forum Discussion

Kristy_Jane's avatar
Kristy_Jane
Copper Contributor
Jan 29, 2019
Solved

Formula Help - If/OR Function

I'm trying to write a formula that will prompt review based on certain criteria in a list.  The only "true" return values I'm getting are on the argument with a greater than numberic value.  Is there...
  • Wyn Hopkins's avatar
    Wyn Hopkins
    Jan 29, 2019
    Ah ok, you'll need to do a COUNTIFS. So something like this

    =IFERROR(IF(OR( COUNTIFS( Rules!B:B,A246)>0,
    COUNTIFS( Rules!A:A,Q246)>0, N246<35),"","Review"),"Review")

Resources