this is how long my formula is:
=IF(AND(SUMIFS('STR 100 Filtered'!K:K,'STR 100 Filtered'!Q:Q,AE7)<>0,IFERROR(VLOOKUP(AE7,'WTR Truncation'!J:K,2,0),0)<>0,F7<>E7),"Price Adjustment / Backdate / Truncation",IF(AND(SUMIFS('STR 100 Filtered'!K:K,'STR 100 Filtered'!Q:Q,AE7)=0,IFERROR(VLOOKUP(AE7,'WTR Truncation'!J:K,2,0),0)<>0,F7<>E7),"Price Adjustment and Truncation",IF(AND(SUMIFS('STR 100 Filtered'!K:K,'STR 100 Filtered'!Q:Q,AE7)<>0,IFERROR(VLOOKUP(AE7,'WTR Truncation'!J:K,2,0),0)=0,F7<>E7),"Price Adjustment and Backdate",IF(AND(SUMIFS('STR 100 Filtered'!K:K,'STR 100 Filtered'!Q:Q,AE7)=0,IFERROR(VLOOKUP(AE7,'WTR Truncation'!J:K,2,0),0)=0,F7<>E7),"Price Adjustment",IF(AND(SUMIFS('STR 100 Filtered'!K:K,'STR 100 Filtered'!Q:Q,AE7)<>0,IFERROR(VLOOKUP(AE7,'WTR Truncation'!J:K,2,0),0)<>0,F7=E7),"Backdate and Truncation",IF(AND(SUMIFS('STR 100 Filtered'!K:K,'STR 100 Filtered'!Q:Q,AE7)<>0,IFERROR(VLOOKUP(AE7,'WTR Truncation'!J:K,2,0),0)=0,F7=E7),"Backdate",IF(AND(SUMIFS('STR 100 Filtered'!K:K,'STR 100 Filtered'!Q:Q,AE7)=0,IFERROR(VLOOKUP(AE7,'WTR Truncation'!J:K,2,0),0)<>0,F7=E7),"Truncation","IGNORE; PROBABLY ON STR22, BUT BACKDATE ENDS UP BEING FLAT")))))))