+ Reply to Thread
Results 1 to 3 of 3

can I use x in one cell and give it a value of 2 in another?

  1. #1
    dk
    Guest

    can I use x in one cell and give it a value of 2 in another?

    I want to place an x cell B35 and have C35 display 2 in it. What is the
    formula I need to use?

  2. #2
    Forum Contributor
    Join Date
    10-04-2004
    MS-Off Ver
    2013
    Posts
    148
    hi

    I'm not sure this is what you want. If so, it's very simple

    Place in C35

    =if(b35="x";2;"")

  3. #3
    Dave Peterson
    Guest

    Re: can I use x in one cell and give it a value of 2 in another?

    In C35:
    =if(b35="x",2,"whateveryouwanthere")


    dk wrote:
    >
    > I want to place an x cell B35 and have C35 display 2 in it. What is the
    > formula I need to use?


    --

    Dave Peterson

+ 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