+ Reply to Thread
Results 1 to 10 of 10

Excel version of formula from Mac Numbers

  1. #1
    Registered User
    Join Date
    04-08-2014
    Location
    Bluffton SC
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    5

    Excel version of formula from Mac Numbers

    I use Mac's Numbers more often than Excel but have a need to find the Excel version of a Numbers formula. The formula in Numbers is SUMIF(Transactions::$CATEGORY),A2,(Transactions::AMOUNT)

    The formula allows me to summarize details (dollar amounts) in one table into another table that lists all the Categories & summarizes all of the dollar amounts listed in the detailed table. Here is a screen shot of the Numbers spreadsheet showing the formula:
    Numbers Shot.jpg
    Last edited by cbullock14; 04-09-2014 at 01:05 PM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,711

    Re: Excel version of formula from Mac Numbers

    Try:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Where CATEGORY and AMOUNT both need to be Named Ranges.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    04-08-2014
    Location
    Bluffton SC
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    5

    Re: Excel version of formula from Mac Numbers

    Thanks but I am missing something. The error message I get is:

    Excel Shot.jpg

    It is looking for the Transaction info when it is in the spreadsheet. Thank you of your help; off line for a while but I will keep my ears to the tracks!

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,711

    Re: Excel version of formula from Mac Numbers

    I was assuming that Transactions was the sheet name. If not, change it. In fact, if you have defined Named Ranges, you probably don't need it anyway.

    Regards, TMS

  5. #5
    Registered User
    Join Date
    04-08-2014
    Location
    Bluffton SC
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    5

    Re: Excel version of formula from Mac Numbers

    I think I figured this out myself by exporting the Numbers spreadsheet into Excel then looking for the “translated” formula. The formula appeared as:

    =SUMIF(‘Checking April 2014 - Transacti'!$G2:$G35,A8,'Checking April 2014 - Transacti’!F2:F35)

    I tried this but it kept looking for Checking April 2014. I renamed the Excel tab to Trans so it would fit (maybe eliminated any errors) and removed the Checking April 2014 from the formula so it looked like this:

    =SUMIF(Trans!$G2:$G35,J4,Trans!F2:F35)

    IT WORKED! I could not cut & paste the formula the way I can in Numbers since J4 kept still but the G2:G35 & F2:F35 kept moving down the spreadsheet so the last few Categories were missed. I manually fixed them so issue appears SOLVED!

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,711

    Re: Excel version of formula from Mac Numbers

    Glad you have a solution.


    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

  7. #7
    Registered User
    Join Date
    04-08-2014
    Location
    Bluffton SC
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    5

    Re: Excel version of formula from Mac Numbers

    I will but I am still trying to figure out how I can have the right formula in one cell, then copy that formula into the next cell and have some of the criteria change to match that cell.

  8. #8
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,711

    Re: Excel version of formula from Mac Numbers

    Dollar ($) signs make the cell reference absolute, relative in part, or totally relative. $G$2 is absolute and will not auto adjust. $G2 has an absolute column reference but the row will auto-adjust as the formula is dragged down the sheet. G$2 has an absolute row reference but the column will auto-adjust as the the formula is dragged across the sheet. G2 is a relative address and will auto-adjust in both directions.


    Regards, TMS

  9. #9
    Registered User
    Join Date
    04-08-2014
    Location
    Bluffton SC
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    5

    Re: Excel version of formula from Mac Numbers

    Thank you !

  10. #10
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,711

    Re: Excel version of formula from Mac Numbers

    You're welcome. Thanks for the rep.

    Please mark as solved.

+ 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. [SOLVED] Macro to determine version of excel version
    By dare2join in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-17-2013, 01:21 AM
  2. Replies: 6
    Last Post: 11-03-2011, 04:44 PM
  3. [SOLVED] How do I convert text to numbers in an old version of excel
    By pdr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-31-2006, 05:49 PM
  4. Replies: 3
    Last Post: 06-16-2005, 11:05 PM
  5. [SOLVED] How can I update the version of Excel 2000 9.0 to version 10.0
    By Ramsey Can in forum Excel General
    Replies: 1
    Last Post: 05-11-2005, 11:06 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