View Single Post
 
Old 11-17-2022, 01:12 PM
mda99das mda99das is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Oct 2022
Posts: 12
mda99das is on a distinguished road
Default

Its the AND function in an array,

to get it to work

=ArrayFormula( IF(ROW(L:L)=1,"rej", IF(ISBLANK(L:L),"",IF((L:L<10)*(L:L>4), "Yes", "No"))))
Reply With Quote