+ Reply to Thread
Results 1 to 3 of 3

formula depending on cell value

  1. #1
    Forum Contributor
    Join Date
    03-23-2010
    Location
    england
    MS-Off Ver
    Excel 2007
    Posts
    153

    formula depending on cell value

    hi guys if anyone could help me with formulas id really appreciate it ( im truly rubbish at formulas )
    i have attached spreadsheet with what i require on.
    Much appreciated
    Attached Files Attached Files
    Last edited by sdts; 01-14-2011 at 12:07 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: formula depending on cell value

    In C14:

    =IF(OR(C1={"a","c","d","e","f","l"}),F2,"")

    in D14:

    =IF(OR(C1={"a","c","d","e","f","l"}),I2,"")

    In E14:

    =IF(OR(C1={"b","g","h"}),M2,"")

    or

    =IF(C14="",M2,"")

    Note:

    Format C14 and D14 as Date
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    03-23-2010
    Location
    england
    MS-Off Ver
    Excel 2007
    Posts
    153

    Re: formula depending on cell value

    fantastic nbvc

    really much appreciated

    kind regards

+ 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