+ Reply to Thread
Results 1 to 7 of 7

Monetary Denominations with Array Formulas

  1. #1
    Forum Contributor
    Join Date
    04-30-2013
    Location
    D.C.
    MS-Off Ver
    Excel 2010
    Posts
    192

    Monetary Denominations with Array Formulas

    I have developed a monthly budget sheet that works well in Excel. It lets me break down a paycheck to the denominations of each item the paycheck will cover.

    Example: Focus on January (Enero) on the Budget tab. If one earns $1,000 on 1/1/17, the info will be filled out as shown in the range G3:G5. Then I want to see the denominations for that paycheck, I will mark an "X" in G6. The Denomination section (A4:B11) will then show the data (right now it is blank).

    When one gets the paycheck for 1/15/17, the same process will be used. However, the denomination will not show for the next paycheck unless the X is marked in H7.

    For some reason, the array formulas on the Denominacion tab would work for all months in Excel, but not for all months in Google Sheets.

    The code is (starting in cell B4 and down in Column B on Denominacion tab):

    =IF(ISBLANK(INDIRECT("Budget!"&$B$2&A4)),"",INDIRECT("Budget!"&IF(RIGHT($B$2,1)="Z",CHAR(CODE(LEFT($B$2,1))+1),LEFT($B$2,1))&CHAR(65+MOD(CODE(RIGHT($B$2,1))+1-65,26))&A4))

    Maybe the rest of the formulas on the same tab needs some fixing too?

    Here is the Googlesheet: https://docs.google.com/spreadsheets...it?usp=sharing

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Monetary Denominations with Array Formulas

    Look attach file.
    Addition : In sheet name "Denomacion" in cell "C44" formula is :
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In above formula shown "#REF!,0," highlighted i change the range.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Also inseart "x" in cell "H7"
    Attached Files Attached Files
    Last edited by avk; 12-07-2016 at 01:05 AM. Reason: Addition


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Monetary Denominations with Array Formulas

    Quote Originally Posted by avk View Post
    Look attach file.
    Sorry for off-topic interjection:

    Although there is no official rule regarding this behavior, we request that wherever possible both the question AND the answer be provided in substantive detail here within the thread. An attached workbook is an excellent aid for posing a question and offering a solution, but solely doing that with no in thread explanation makes it difficult for researchers to understand or consider the Q & A of this thread without downloading what may be a pointless doc to them, if they can do that at all. Doing that also hides the content from search engines so others may never benefit from this.

    I'm sure you understand, and we look forward to seeing you post your formulas/macros in your posts for the searching benefit of all.

    Thanks again for all your hard work here!
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Contributor
    Join Date
    04-30-2013
    Location
    D.C.
    MS-Off Ver
    Excel 2010
    Posts
    192

    Re: Monetary Denominations with Array Formulas

    AVK,
    Thank you, but I was seeking to do this on Google Sheets instead of Excel. The exact same Google Sheet is a copy of the Excel workbook. I am trying to migrate the workbook from Excel to Googlesheets. I suspect the Array formula is acting up on the Google Sheets whereas the same array formula is performing just fine in Excel.

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Monetary Denominations with Array Formulas

    Dear Excellenthelp : A doc saves every 3-4 minutes. A spreadsheet saves every time you change a cell and then leave it (Enter, Tab or arrow). It does save automatically, on Google's servers.
    Check link posted in your first post.

  6. #6
    Forum Contributor
    Join Date
    04-30-2013
    Location
    D.C.
    MS-Off Ver
    Excel 2010
    Posts
    192

    Re: Monetary Denominations with Array Formulas

    AVK,

    I re-opened the GoogleSheets, the denomination section on the Budget tab is not showing anything

    Nor does the Denomination tab show anything neither. The formulas are not still working on the Denomination Tab.

  7. #7
    Forum Contributor
    Join Date
    04-30-2013
    Location
    D.C.
    MS-Off Ver
    Excel 2010
    Posts
    192

    Re: Monetary Denominations with Array Formulas

    I have now found the culprit! It is at the end of the formula in Cell B4 on Denomination Tab. I had removed
    Please Login or Register  to view this content.
    from the formula below:
    Please Login or Register  to view this content.
    So now, the working formula is:
    Please Login or Register  to view this content.
    Making this as SOVLED
    Last edited by excellenthelp; 12-07-2016 at 03:15 PM.

+ 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] Calculating Denominations
    By HD3 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-16-2015, 02:51 AM
  2. [SOLVED]Function to add total monetary values within a row.
    By communistflamingo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-31-2014, 03:20 PM
  3. Denominations of Currency Notes
    By mumairminhaj in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-07-2013, 03:48 PM
  4. How to Assign Monetary Value to Percentages?
    By MissJones in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 01-06-2010, 03:11 PM
  5. Calculate number of dollar bill denominations to go into a cash bag
    By duteberta in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2009, 12:53 PM
  6. Replies: 6
    Last Post: 06-02-2009, 02:55 AM
  7. Replies: 5
    Last Post: 02-20-2006, 07:15 AM

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