View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Help with IF Functions

Put this formula in D1:

=IF(C1=21,"awesome",IF(C1=12,"best",IF(C1=6,"be tter","Good")))

Copy it down as far as required.

Hope this helps.

Pete

On Oct 21, 3:55*pm, jclark wrote:
Hello,
I'm looking for some help with If functions and displaying different text
when the results are with in a range. *What would a formula look like in col
D *

* * * *A * * * B * * * * * * *C * * * * * * *D
r1 * * 1 * * * 6 * * * (a1+b1) 7 * * * *better
r2 * * 20 * * 5 * * * (a2+b2) 25 * * * awsome
r3 * * 0 * * * 1 * * * (a3+b3) 1 * * * * Good

range is 1-5=Good;6-11=better;12-20=best;21-25=awsome

Thanks,
Hope this was clear enough
Jim C