+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting Help-rules for a grade sheet.

  1. #1
    Registered User
    Join Date
    08-31-2005
    Posts
    1

    Conditional Formatting Help-rules for a grade sheet.

    If cell c6 says: ---------------------------- I would like to have D6 automatically say

    Approved ---------------------------- 25%
    or
    Design ---------------------------- 50%
    or
    Build ---------------------------- 75%
    or
    Shipped ---------------------------- 100%


    Any Ideas????

    Thanks

    John
    Last edited by John Doe; 08-31-2005 at 09:09 AM.

  2. #2
    David Hepner
    Guest

    re: Conditional Formatting Help-rules for a grade sheet.

    Try this:

    =IF(C6=0.25,"Approved",IF(C6=0.5,"Design",IF(C6=0.75,"Build",IF(C6=1,"Shipped",""))))

    "John Doe" wrote:

    >
    > If cell c6 says: ---------------------------- I would like to
    > have D6 automatically say
    >
    > Approved ---------------------------- 25%
    > or
    > Design ---------------------------- 50%
    > or
    > Build ---------------------------- 75%
    > or
    > Shipped ---------------------------- 100%
    >
    >
    > Any Ideas????
    >
    > Thanks
    >
    > John
    >
    >
    > --
    > John Doe
    > ------------------------------------------------------------------------
    > John Doe's Profile: http://www.excelforum.com/member.php...o&userid=26826
    > View this thread: http://www.excelforum.com/showthread...hreadid=400756
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1