View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default i need help setting up a formula in excel

Hi

Try this:
=IF(A2<0.8,"A",IF(A21.2,"D",IF(A21.01,"C","B")))

Andy.

"Avril M." wrote in message
...
Can someone give me the formula for the following

Less than 80% then cell =A
80%-100% then cell = B
101% - 120% then cell = C
Above 120% then cell = D