Hi, I'm stumped with my formula, I'm trying to add another criteria to the below, so basically if the value added together is less than 5 but NOT 0, then show as 'L/N', any help will be greatly appreciated.
the text in red is OK, it's just the text in black, currently it shows 'L/N', if the value added together is 0.
=IF(IFERROR(GETPIVOTDATA("Student Id",'Other Criteria'!$A$7,"Campus Name",C30,"Course Code",A30),0)+IFERROR(GETPIVOTDATA("Student Id",'Other Criteria 2'!$A$7,"Campus Name",C30,"Course Code",A30),0)<5,"L/N",IFERROR(GETPIVOTDATA("Student Id",'Other Criteria'!$A$7,"Campus Name",C30,"Course Code",A30),0)+IFERROR(GETPIVOTDATA("Student Id",'Other Criteria 2'!$A$7,"Campus Name",C30,"Course Code",A30),0))
Bookmarks