+ Reply to Thread
Results 1 to 2 of 2

IF functions:select a whole column

  1. #1
    Registered User
    Join Date
    03-11-2005
    Posts
    1

    IF functions:select a whole column

    Hello

    I was wondering if anybody could help me

    I need an IF statement that can select a whole column and detect if it is equal to 1. If so then I need to output the result of column D. Is this possible?? I hope you understand what I mean.

    Thanks

  2. #2
    Registered User
    Join Date
    06-21-2004
    Location
    Phoenix, Az
    Posts
    30
    The following if statement will check to see if the sum in a certain column is equal to 1, if so it outputs the value of the D column (the example looks in the a column)

    =IF(SUM(A:A)=1,D2,"")


    if you want a formula that you can fill down a column, and outputting column d:

    =IF(A2=1,D2) when you fill this down the column the formula will update:

    =IF(A3=1,D3)
    =IF(A4=1,D4)

+ 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