+ Reply to Thread
Results 1 to 3 of 3

IF formula

  1. #1
    Forum Contributor
    Join Date
    01-15-2008
    Posts
    140

    IF formula

    Looking for the If formula for the following: columns A,B,C and D will have one of four letters in them or be blank. If one of the letters is y then column E same row will = 5.0. If one of those letters is x then column E same row = 7.0 There will never be a y and x in the same row. As always you guys are great.

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: IF formula

    There is many ways of achieving that
    =IF(COUNTIF($A1:$D1,"X")>0,0.7,IF(COUNTIF($A1:$D1,"Y")>0,0.5,""))
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Forum Contributor
    Join Date
    01-15-2008
    Posts
    140

    Re: IF formula

    Many Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

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