Forum Discussion
Formula help
- May 17, 2021
In H2:
=IF(C2>=VLOOKUP(MAX(F2:G2),$M$2:$N$17,2),"Pass","Fail")
Fill down. (Notice that the formula doesn't use the entire range in columns M and N. Once the value in column N remains the same, the rest isn't needed)
- mbrant1982May 17, 2021Copper Contributor
Thank you. Could I develop this even further?
If I put in further columns calculating how many years until some reaches 68 (Columns F&G).
Is there then a formula that will read column F&G to identify the highest number in F&G and then based on that give the following if F&G is:
3 or more and cell C is £378 or more = passes
4 or mote & cell C is £293 or more = passes
5 or more & cell C is £245 or more = passes
6 or more & cell C is £208 or more= passes
And then 7-30 with the differing amount for £?- HansVogelaarMay 17, 2021MVP
What is the "rule" behind the sequence 378, 293, 245, 208, ...?
- mbrant1982May 17, 2021Copper ContributorThere isn't a fixed rule/pattern of such. The numbers are independent.
These numbers are fixed numbers based on another piece of work, so standalone numbers.
I hope that makes sense.
Thanks 🙂