+ Reply to Thread
Results 1 to 6 of 6

Array Formula works perfectly in Excel 2007 but don't work in GDoc

  1. #1
    Registered User
    Join Date
    07-17-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2013
    Posts
    45

    Array Formula works perfectly in Excel 2007 but don't work in GDoc

    Hello,

    Please help...I have a docs for recruitment. Array formula working perfectly in Excel 2007 (thanks to wildknife) but when I transferred to Gdocs to share the formula no longer working and just give blank spreadsheet.

    I'm doing a recruitment status updates where in masterlist I will get the status of each candidates and automatically put them in different tab e.g. Hired, Interview-in-Progress, Waiting, Reject also with their status.

    I attached the sample spreadsheet. Please help how I can make this formula works in gdocs..here's the formula I'm using:

    =IFERROR(INDEX(Masterlist!$K:$K,SMALL(IF(Masterlist!$D$1:$D$100=MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,256),ROW(Masterlist!$D$1:$D$100)),ROWS($A$3:A3)),1),"")
    Attached Files Attached Files

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Array Formula works perfectly in Excel 2007 but don't work in GDoc

    I suspect that GDocs can't handle array formulae.
    See if this link gives you some help.
    https://support.google.com/drive/table/25273?hl=en

    Don't hold your breath most apps seem to be severely limited in there ability to handle Excel formulae, this one seems to need them in quotes ...

  3. #3
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Array Formula works perfectly in Excel 2007 but don't work in GDoc

    I don't believe the CELL formula exists in GDocs-you can use
    =ARRAYFORMULA(IFERROR(INDEX(filter(Masterlist!$A$1:$E$100,Masterlist!$D$1:$D$100="Waiting"),ROWS($A$3:E3),COLUMNS($A$3:E3)),""))
    but you will have to edit the formula for each sheet
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  4. #4
    Registered User
    Join Date
    07-17-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2013
    Posts
    45

    Re: Array Formula works perfectly in Excel 2007 but don't work in GDoc

    Quote Originally Posted by JosephP View Post
    I don't believe the CELL formula exists in GDocs-you can use
    =ARRAYFORMULA(IFERROR(INDEX(filter(Masterlist!$A$1:$E$100,Masterlist!$D$1:$D$100="Waiting"),ROWS($A$3:E3),COLUMNS($A$3:E3)),""))
    but you will have to edit the formula for each sheet
    Hi,

    I tried this but not working either

  5. #5
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Array Formula works perfectly in Excel 2007 but don't work in GDoc

    worked for me-what did you get?

  6. #6
    Registered User
    Join Date
    07-17-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2013
    Posts
    45

    Re: Array Formula works perfectly in Excel 2007 but don't work in GDoc

    Thanks everyone for help.

+ 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. Works perfectly in Excel 2010 but Fails in 2003
    By markharris2004 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-06-2013, 01:20 PM
  2. Why and If statement works in Excel 2007 but fails to work in Excel 2010?
    By Superfly1984 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-03-2013, 08:26 AM
  3. [SOLVED] Excel 2007 - VBA code working perfectly on sheet 1 but not on the rest of the sheets
    By mezza89 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-25-2013, 06:22 PM
  4. Macro works and loops perfectly in VBA but does not loop on button click
    By evan.sams in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-25-2012, 08:25 PM
  5. [SOLVED] Can not work with macros in Excel... But works perfectly in Word
    By Oban in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-23-2012, 06:16 AM

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