Thread
:
Using IF AND to filter number in a range, works with dragging, but not in an Array
View Single Post
11-17-2022, 01:12 PM
mda99das
Windows 7 64bit
Office 2013
Novice
Join Date: Oct 2022
Posts: 12
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"))))
mda99das
View Public Profile
Find all posts by mda99das