+ Reply to Thread
Results 1 to 3 of 3

using boolean in excel 2007

  1. #1
    Registered User
    Join Date
    01-27-2010
    Location
    prague
    MS-Off Ver
    Excel 2010
    Posts
    52

    using boolean in excel 2007

    hi,

    say i have a column of 1,000 numbers (for instance in column A), and i want to pick out those that are >20. what i am thinking of is, in the corresponding cell in column B, i want to do something as follows:

    if (number > 20), carry out a function on it
    else, print "NA"

    hope i am right in classifying this problem as a boolean issue...

    thanks for reading!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: using boolean in excel 2007

    Welcome to the forum.

    =if(a1 > 20, myFunction(A1), na())
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    01-27-2010
    Location
    prague
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: using boolean in excel 2007

    thanks, it solved my problem!

+ 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