The below IF statement is returning "FALSE" instead of a numeric value. I've tried both trimming and formatting the involved cells, but still receive the "FALSE" outcome. Can anyone advise?
IF($F12=0,IF(H$5-YEAR($C12)=0,IF(G12>0,(VLOOKUP(MONTH(C12),$Y$2:$AA$16,3,FALSE)-1)*H$9,MAX(0,H$8-SUM(H$10:H11))-((13-(VLOOKUP(MONTH(C12),$Y$2:$AA$16,3,FALSE))*H$9))),IF(H5-YEAR(C12)<0,0,MAX(0,H8-SUM(H10:H12),MIN(($H$8-SUM($G12:H12)),($F$12-SUM(H$10:H11)))))))
Table.JPGTable2.JPG
Bookmarks