+ Reply to Thread
Results 1 to 2 of 2

the value of a box in excel if entered data is a certain value

Hybrid View

  1. #1
    helpless101
    Guest

    the value of a box in excel if entered data is a certain value

    If i enter 6 or less in c2 then i want the value to be 10. If I enter 7 in c2
    then i want the value to be 15, 8 then 20 and so on. I want my entered data
    to show but behind the scenes in formulas i want the what if value used. I am
    new and need some basic help. Also with using check boxes

  2. #2
    paul
    Guest

    RE: the value of a box in excel if entered data is a certain value

    it depends on the expected values you need to enter in c2.You could use a if
    statement =if(c2<=6,10,if(c2=7,15,if(c2=8,20))),but that will work for a
    limited number of values in c2,maybe =IF(C5<=6,10,MROUND(C5*2+2.5,5))will do
    the trick for you.
    or a v lookup table,to display the values in some hidden cells and use
    those cells in your formulas or write these statements directly into your
    formulas instead of C2
    You will need to provide more info about the check boxes
    --
    paul
    remove nospam for email addy!



    "helpless101" wrote:

    > If i enter 6 or less in c2 then i want the value to be 10. If I enter 7 in c2
    > then i want the value to be 15, 8 then 20 and so on. I want my entered data
    > to show but behind the scenes in formulas i want the what if value used. I am
    > new and need some basic help. Also with using check boxes


+ 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