+ Reply to Thread
Results 1 to 2 of 2

Thread: =if

  1. #1
    Registered User
    Join Date
    06-13-2007
    Location
    Västervik, Sweden
    Posts
    42

    Exclamation =if

    New problem.

    I wanna make a colum with the IF-parameter that makes this: If the colum shows over 80 but under 160 i want it to show 1.

    Anyone?

  2. #2
    Forum Guru sweep's Avatar
    Join Date
    04-03-2007
    Location
    Location: Location:
    MS-Off Ver
    XL2003 / 2007
    Posts
    2,448
    Hi,

    This will return 1 if A1 is between 80 and 160, and if not will return a blank.

    =IF(AND(A1>80,A1<160),"1","")
    Sarcasm - because beating the **** out of someone is illegal.

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.2.0