Hello,
I have two excel workbooks. The first excel workbook has a cell with the following formula:
=IFERROR(AVERAGE(B23),"")
The second workbook has the following formula to reference the first workbook.
=IF('Workbook1!$R$2>79.9%,'Workbook1'!$R$2,"")
I only want it to show the data if the data is greater than 79.9%. For some reason when i do this it comes up with the #NAME? error. Any suggestions?
I have two excel workbooks. The first excel workbook has a cell with the following formula:
=IFERROR(AVERAGE(B23),"")
The second workbook has the following formula to reference the first workbook.
=IF('Workbook1!$R$2>79.9%,'Workbook1'!$R$2,"")
I only want it to show the data if the data is greater than 79.9%. For some reason when i do this it comes up with the #NAME? error. Any suggestions?