+ Reply to Thread
Results 1 to 8 of 8

array formula google doc to excel

  1. #1
    Registered User
    Join Date
    08-25-2011
    Location
    Macau
    MS-Off Ver
    MAC Excel 2008
    Posts
    18

    array formula google doc to excel

    I have a formula to get the flight time each month I exported my sheet to excel and I see there is no =ArrayFormula I tried removing the ArrayFormula and hitting ctrl shift enter but no luck and some help me with the conversion to excel

    =ArrayFormula(sum(iferror((month('DATA ENTRY'!A$6:A$100)=month("1-"&B22))*'DATA ENTRY'!F$6:F$100)))

  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: array formula google doc to excel

    Maybe this...

    =SUMPRODUCT(--(MONTH('DATA ENTRY'!A$6:A$100)=MONTH("1-"&B22)),'DATA ENTRY'!F$6:F$100)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    08-25-2011
    Location
    Macau
    MS-Off Ver
    MAC Excel 2008
    Posts
    18

    Re: array formula google doc to excel

    Tony I'm getting a Value! now i'll attach sheet so you can see what i'm trying to do this sheet is used to take flight time and convert it to tenths and add it to totals like engine time etc..
    Attached Files Attached Files

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

    Re: array formula google doc to excel

    The entries in column A of the Data Entry sheet are not true Excel dates even though they may look like dates. They're TEXT strings that look like dates.

    Here's what I had to do to convert them to true Excel dates...

    Select the "dates" in column A

    Goto the Data tab

    Select Text to Columns

    Click Next twice

    In Step 3 of the userform, under Column Data Format, select Date and in the drop down list select DMY

    Click Finish

  5. #5
    Registered User
    Join Date
    08-25-2011
    Location
    Macau
    MS-Off Ver
    MAC Excel 2008
    Posts
    18

    Re: array formula google doc to excel

    Thanks Tony

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

    Re: array formula google doc to excel

    You're welcome!

  7. #7
    Registered User
    Join Date
    08-25-2011
    Location
    Macau
    MS-Off Ver
    MAC Excel 2008
    Posts
    18

    Re: array formula google doc to excel

    Sorry messed up formula again
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    08-25-2011
    Location
    Macau
    MS-Off Ver
    MAC Excel 2008
    Posts
    18

    Re: array formula google doc to excel

    something is weird about my formatting on the A6 thru A9 but working now once I entered data in those cells on sheets N46E & 46F

+ 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