+ Reply to Thread
Results 1 to 2 of 2

if cell contains "yes", then 5, if cell contains "no", then 14 on the right cell

  1. #1
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    if cell contains "yes", then 5, if cell contains "no", then 14 on the right cell

    Hi all,

    I'm looking for a formula that will look in a cell and if it finds the word "yes", then it should put a value of 5 in the cell right of it, if it has the word "no", then it should put 14 in the cell to the right.

    Is there a way to do this? I have simply found nothing on this.

    Thanks in advance,
    megatronixs

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: if cell contains "yes", then 5, if cell contains "no", then 14 on the right cell

    in c5 test b5

    if(b5="yes",5,if(b5="no",14,""))

+ 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