Long story short, these 2 formulas work perfectly when it finds the qualified data, but if there is no matching data, I receive a #VALUE! or #CALC! error in the first cell
#VALUE! error
![]()
=SORT(CHOOSECOLS(FILTER(Bills!$B$5:$J$49,(Bills!$C$5:$C$49=Bills!$L$30)*(Bills!$I$5:$I$49>0),""),1,8,9),3)
#CALC! error
How can I get it to return a blank cell? I've tried adding a IFERROR function in a few places but I'm not getting the result I'm looking for. I'm probably putting IFERROR in the wrong place.![]()
=SORT(CHOOSECOLS(FILTER(Bills!$B$5:$J$49,(Bills!$C$5:$C$49=Bills!$L$30)*(Bills!$I$5:$I$49>0)),1,8,9),3)
Bookmarks