I am using Excel in Microsoft 365 for business. The formula I am using is =VSTACK(FILTER(A4:A99,NOT(COUNTIF(L4:L107,A4:A99))),FILTER(L4:L107,NOT(COUNTIF(A4:A99,L4:L107))))
This formula compares a list of alphanumeric cells in column A to similar data in column L and spits out what is in A but not L and what is in L but not A. Problem I'm having is the actual data in column A is from cell A4 to A98. I had to use A99 because otherwise I get a #CALC! error if the range is A4:A98. Very strange. This formula used to work about two months ago, but now it doesn't work unless I use an extra cell for column A or one less cell for column L (e.g. L4:L106). However cell A99 is an empty cell so i get a result ("0") that I do not need. This is my work around for now but it is not ideal.
I also tried using table names instead and still get the same #CALC! error using range A4:A98. The error goes away if the table range includes cell A99.
I also tried using ranges that are larger than I need (e.g. A4:A107) which works but I get results that include "0" for all the extra blank cells from A99 to A107. I even shortened the range one cell at a time (A107, A106, A105, A104...) and it works until I get to A98 which creates the #CALC! error.
Bookmarks