+ Reply to Thread
Results 1 to 2 of 2

Google Docs ()FILTER to Excel

  1. #1
    Registered User
    Join Date
    07-27-2015
    Location
    California
    MS-Off Ver
    2013
    Posts
    1

    Google Docs ()FILTER to Excel

    I have a workbook that I have downloaded from Google Docs that contains a FILTER() formula. I have noticed that Excel doesn't recognize this. The purpose of this is to display the name from BJ only if BK is higher than 0 (indicating that I have this). Obviously the first part of the formula works fine. What can I do in Excel to make this work?

    Here is the formula:

    IF(COUNTIF('Tech info'!BK2:BK30,">0")=0, "No Artifacts", FILTER('Tech info'!BJ2:BJ30,'Tech info'!BK2:BK30>0))

    And the array that it refers to is attached as I couldn't get it to be readable here.

    Artifacts.pdf

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Google Docs ()FILTER to Excel

    I didn't download your file.

    IF(COUNTIF('Tech info'!BK2:BK30,">0")=0, "No Artifacts", FILTER('Tech info'!BJ2:BJ30,'Tech info'!BK2:BK30>0))
    The Excel version would be...

    This array formula**:

    =IF(COUNTIF('Tech info'!BK$2:BK$30,">0")=0,"No Artifacts",INDEX('Tech info'!BJ:BJ,SMALL(IF('Tech info'!BK$2:BK$30>0,ROW('Tech info'!BK$2:BK$30)),ROWS(A$1:A1))))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.

    Copy down until you get blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Is it possible to use the filter function in Google Docs through Android mobile phone?
    By otterandrews in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 08-14-2014, 03:00 AM
  2. pull certain data from google docs form-produced spreadsheet to other docs
    By MisterCadillac in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 03-11-2014, 04:49 AM
  3. Converting spreadsheets from Microsoft Excel to Google Docs
    By hammerb in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 4
    Last Post: 10-08-2013, 02:32 PM
  4. Query function from google docs in excel 2011, anyone with a solution?
    By emilero in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-12-2012, 04:04 PM
  5. Uploading Excel Spreadsheet to Google Docs
    By Jakub in forum Excel General
    Replies: 0
    Last Post: 02-13-2012, 06:35 PM
  6. Filter command from Google Docs not working on Excel
    By sakau2007 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-03-2010, 12:07 PM
  7. Google Docs/Excel - Percentage converts to Decimal
    By bugmenot in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 03-08-2010, 04:52 PM

Tags for this Thread

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