Hello. Thank you in advance for the assistance.
I have a formula that I am trying to update. Currently, the formula references other data points that are on the same worksheet as the formula. The datapoints use vlookups to display the data from other input worksheets. I would like to convert the formula so instead of looking for the value in the same worksheet, it will go directly to the data input worksheet.
The formula is below. For example, in the bolded section; currently in cell BG2 is a vlookup that will return: 'A+, A, A-, etc'. How can I rewrite the formula to find the letter grade in a different workbook, lets call it 'GRADES', and allow the OR formula to be true or false based on the result.
=IFERROR(IF(AND((($T2*1000)*0.5)>((RF!$AF$38*0.04)/$H2),$D2<>"LP",OR($BG2={"A+","A","A-","B+","B","B-","NR"}),$Q2>=4,OR($BD2="Yes",BE2>=4,BF2=4)),"Yes","No"),"No")
I have a formula that I am trying to update. Currently, the formula references other data points that are on the same worksheet as the formula. The datapoints use vlookups to display the data from other input worksheets. I would like to convert the formula so instead of looking for the value in the same worksheet, it will go directly to the data input worksheet.
The formula is below. For example, in the bolded section; currently in cell BG2 is a vlookup that will return: 'A+, A, A-, etc'. How can I rewrite the formula to find the letter grade in a different workbook, lets call it 'GRADES', and allow the OR formula to be true or false based on the result.
=IFERROR(IF(AND((($T2*1000)*0.5)>((RF!$AF$38*0.04)/$H2),$D2<>"LP",OR($BG2={"A+","A","A-","B+","B","B-","NR"}),$Q2>=4,OR($BD2="Yes",BE2>=4,BF2=4)),"Yes","No"),"No")