+ Reply to Thread
Results 1 to 3 of 3

Formula's not converting from Google Sheets

  1. #1
    Registered User
    Join Date
    09-10-2019
    Location
    Erie, PA
    MS-Off Ver
    365
    Posts
    3

    Formula's not converting from Google Sheets

    I have a document with som complicated furmulation that I put onto Google Sheets to get some help remotely as I am out of my depth. The solution was found (arrays) but now when I download it to use back on Excel, it pops up with errors..
    Heres the comparison formulas

    Sheets: =(K13)/ArrayFormula(sum(n(mmult(sequence(1,rows($D$2:$D$9),1,0),($D$2:$J$9<>"") * (hlookup(B$2:B$9,$N$11:$U$22, (row()-10),false)<>""))>0)))
    Excel: {=(K13)/SUM(N(MMULT(sequence(1,ROWS($D$2:$D$9),1,0),($D$2:$J$9<>"") * (HLOOKUP(B$2:B$9,$N$11:$U$22, (ROW()-10),FALSE)<>""))>0))}

    I know Excel converts ArrayFormula() to {}, but other than that I'm at a loss...

  2. #2
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: Formula's not converting from Google Sheets

    Hi, TEN36VX!

    The sequence function is not available in Excel 2010. Actually, is in Excel 365 Insider.

    Then, you can replace:
    sequence(1,ROWS($D$2:$D$9),1,0)

    With this:
    COLUMN($D$2:$K$2)^0

    PD: If you have any troubles with the final formula, upload an excel sample file. Blessings!

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,810

    Re: Formula's not converting from Google Sheets

    You don't explain what errors you are getting. I note that the SEQUENCE() function in Excel appears to be one of those functions that MSFT is working on and is currently only available to select "Office Insiders" with the correct Office 365 subscription (https://support.office.com/en-us/art...4-2eb78519ca90 ). Your profile says that you are using Excel 2010. Assuming that is still correct, then I think you are going to need to either stick with Google sheets for this sheet, or you are going to need to develop an alternative to the SEQUENCE() function that works with your version of Excel.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. Converting Unique,Filter,Countif formula in Google Sheets to Excel
    By imnotarobot in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-02-2019, 09:51 AM
  2. Google Apps Script for Google Sheets Pulling Formulas from Master to Several Slave Sheets
    By excelroofing in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 4
    Last Post: 08-22-2018, 02:06 AM
  3. Converting index arrayformula from Google Sheets to Excel
    By Kibson in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-03-2018, 10:07 AM
  4. [SOLVED] Converting Google Sheets QUERY to Correct Excel Formula
    By davis909 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-17-2017, 09:14 AM
  5. Converting google sheets formula to excel
    By coldeskimo in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-08-2016, 08:41 AM
  6. email row contents based on cell values (google sheets populated by google forms)
    By reedg in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 01-13-2016, 02:55 PM
  7. [SOLVED] Converting Google Sheets document with query to Excel
    By playmate in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 08-04-2015, 10:18 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