+ Reply to Thread
Results 1 to 4 of 4

Check a column for >0 then put results to a desired cell location

Hybrid View

  1. #1
    Registered User
    Join Date
    06-02-2014
    Posts
    3

    Check a column for >0 then put results to a desired cell location

    I知 a senior with an excel problem. I知 trying to search a column that has a value >0 then move it to a different cell so I can perform other calculation using that cell. The column cell containing the data, I want to use, might change its cell location but not column location. The data is derived for another set of calculations.
    I知 not a programmer so, please make it easy for a dummy to understand.


    Any/All Help is appreciated,

    Nick Senior
    Last edited by nicksenior; 06-02-2014 at 11:09 AM.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Any help for this senior

    You can try something like this

    in B1

    =IF(A1>0,A1,"")

    or if you need to sum values greater than 0:

    =SUMIF(A1:A5,">0")


    A
    B
    1
    0
    2
    -5
    3
    -4
    4
    3
    3
    5
    1
    1
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    06-02-2014
    Posts
    3

    Re: Any help for this senior

    Thank You. Can I add to this formula so, it allows me to put the results, it will only be one, into a desired cell location so, I can do some additional calculation using the result put into the desired location?

    Nick Senior.

  4. #4
    Registered User
    Join Date
    06-02-2014
    Posts
    3

    Re: Any help for this senior

    Quote Originally Posted by Fotis1991 View Post
    Welcome to the forum.

    We'd like to help you but first..

    Pls take some minutes to read forum rules and specially-in this case- rule#1 and amend your title
    Then anyone will be able to help you.
    "I should have changed my title to explain what I was looking to do."

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Senior Housing Development Guy
    By buungo in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 03-15-2014, 01:46 PM
  2. I want all open files to show in a bar
    By Siegfried in forum Excel General
    Replies: 1
    Last Post: 12-04-2012, 06:58 PM
  3. [SOLVED] Senior members
    By Alf in forum The Water Cooler
    Replies: 5
    Last Post: 05-28-2012, 03:24 PM
  4. IF AND - a senior moment
    By johnnywinter in forum Excel General
    Replies: 2
    Last Post: 09-11-2007, 08:36 PM

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