Need help with this formula. I would like to add another condition to this formula (see below). The condition is: =IF(F6<=2.0049,25, that is if a certain number is greater than or equal to 2.0049, allocate 25 points, if not then continue with formula below.
=IF('CPM 3 Yr. Compare'!M8<='CPM 3 Yr. Compare'!L8,(LOOKUP('Cons Comments 2007 vs 2008'!K9,{-1000,-30.1,-30,-20.1,-20,-10.1,-10,0,0.1,5,5.1,10,10.1,15,15.1,20,20.1,25,25.1,1000},{25,25,24,24,23,23,20,20,0,0,0,0,0,0,0,0,0,0,0})),IF('CPM 3 Yr. Compare'!M8>'CPM 3 Yr. Compare'!L8,(LOOKUP('Cons Comments 2007 vs 2008'!K9,{-1000,-30.1,-30,-20.1,-20,-10.1,-10,0,0.1,5,5.1,10,10.1,15,15.1,20,20.1,25,25.1,1000},{25,25,24,24,23,23,20,20,0,0,0,0,0,0,0,0,0,0,0}))))
=IF('CPM 3 Yr. Compare'!M8<='CPM 3 Yr. Compare'!L8,(LOOKUP('Cons Comments 2007 vs 2008'!K9,{-1000,-30.1,-30,-20.1,-20,-10.1,-10,0,0.1,5,5.1,10,10.1,15,15.1,20,20.1,25,25.1,1000},{25,25,24,24,23,23,20,20,0,0,0,0,0,0,0,0,0,0,0})),IF('CPM 3 Yr. Compare'!M8>'CPM 3 Yr. Compare'!L8,(LOOKUP('Cons Comments 2007 vs 2008'!K9,{-1000,-30.1,-30,-20.1,-20,-10.1,-10,0,0.1,5,5.1,10,10.1,15,15.1,20,20.1,25,25.1,1000},{25,25,24,24,23,23,20,20,0,0,0,0,0,0,0,0,0,0,0}))))