Azhar Nadeem New Member Jan 20, 2020 #1 In the attached file have two parameters 1. Product Code 2. Minimum Loan Limit (Variable) I am trying to match product code with minimum loan limit and output result as "Not Eligible for Rollover", "Ok to Proceed" Help plz. Regards Attachments Formula.xlsx Formula.xlsx 11.8 KB · Views: 15
In the attached file have two parameters 1. Product Code 2. Minimum Loan Limit (Variable) I am trying to match product code with minimum loan limit and output result as "Not Eligible for Rollover", "Ok to Proceed" Help plz. Regards
p45cal Well-Known Member Jan 20, 2020 #2 This will give you the min. loan: in any cell: =VLOOKUP($C$4,$G$5:$H$10,2,FALSE) An example of an IF statement in one cell to give a text output: =IF(C12>=VLOOKUP($C$4,$G$5:$H$10,2,FALSE),"This","That")
This will give you the min. loan: in any cell: =VLOOKUP($C$4,$G$5:$H$10,2,FALSE) An example of an IF statement in one cell to give a text output: =IF(C12>=VLOOKUP($C$4,$G$5:$H$10,2,FALSE),"This","That")
V vletm Excel Ninja Jan 21, 2020 #3 Azhar Nadeem You give many possibilities... Attachments Formula.xlsx Formula.xlsx 12.4 KB · Views: 4