Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: formulas in Excel  (Read 2545 times)

0 Members and 1 Guest are viewing this topic.

krysd

  • Guest
formulas in Excel
« on: January 31, 2006, 12:10:10 PM »
I need to be able to relate the number of points based on finishing position.  For instance:

=if (a2=1,"10", if (a2=2,"9")) etc.

The problem is that I can only nest up to seven IF functions in Excel, and I need to do 11.  Any ideas for a NEWBIE???

I assume I can do it in a macro, but I don't know how.

Krys


Peccavi



    Adviser

  • Hope Helps!
  • Thanked: 6
    Re: formulas in Excel
    « Reply #1 on: January 31, 2006, 12:25:18 PM »
    Use lookup option instead.
    =LOOKUP(A2,{0,60,63,67,70,73,77,80,83,87,90,93,97},{"F","D-","D","D+","C-","C","C+","B-","B","B+","A-","A","A+"})

    Computer Hope: Rise of the Machines!

    krysd

    • Guest
    Re: formulas in Excel
    « Reply #2 on: January 31, 2006, 03:13:47 PM »
    Thanks,

    I'll give it a try, a really appreciate the help.

    Krys