+ Reply to Thread
Results 1 to 4 of 4

Checkbook Register for AD&D 1e

  1. #1
    Registered User
    Join Date
    05-20-2017
    Location
    Indiana, USA
    MS-Off Ver
    2016
    Posts
    2

    Checkbook Register for AD&D 1e

    I've been trying -- without much success -- to create a checkbook register for AD&D 1e campaigns. I've attached what I've gotten so far, but I'd like for the reconciliations at the bottom to be automatic.

    I envision some sort of looping IF statement in a macro whereby if the number in column L is divisible by 10, 100, 1000, etc., it is divided by highest power of 10 possible, the remainder returned and the quotient added to the number in column M. Then if the number in column M is divisible by 10, 100, 1000, etc., it is divided by highest power of 10 possible, the remainder returned and the quotient added to the number in column N. Then if the number in column N is divisible by 2, 4, 6, etc., it is divided by highest even number possible, the remainder returned and the quotient added to the number in column O. Then if the number in column O is divisible by 5, 10, 15, etc., it is divided by highest power of 5 possible, the remainder returned and the quotient added to the number in column P.

    But I'm getting the cart before the horse. I also want to deal with the largest denominations of coins I can. And don't want any negative numbers unless I'm truly overdrawn. You can see in rows 37-40, I've manually corrected give me all positive numbers.

    This may be confusing, and it's just for fun. I'll answer any questions, and really appreciate the help.
    Attached Files Attached Files
    Last edited by Wrenn; 05-20-2017 at 08:58 PM. Reason: typos

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: Checkbook Register for AD&D 1e

    Hello Wrenn and Welcome to Excel forum.
    Here is a proposed formula solution that employs a helper column, where the initial value in Q15 is 4 (assuming 20 gold coins = 4 platinum coins).
    The formula for the helper column, starting with row 16, is:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The formula for the Balance (PP) is: =IF(ROUNDDOWN(Q15,0)>=0,ROUNDDOWN(Q15,0),0)
    The formula for the Balance (GP) is: =IF(ROUNDDOWN((Q15*10-P15*10)/2,0)>=0,ROUNDDOWN((Q15*10-P15*10)/2,0),0)
    The formula for the Balance (EP) is: =IF(ROUNDDOWN((Q15-(P15+O15*0.2))*10,0)>=0,ROUNDDOWN((Q15-(P15+O15*0.2))*10,0),0)
    The formula for the Balance (SP) is: =IF(ROUNDDOWN(ROUND(Q15-(P15+O15*0.2+N15*0.1),3)*100,0)>=0,ROUNDDOWN(ROUND(Q15-(P15+O15*0.2+N15*0.1),3)*100,0),0)
    The formula for the Balance (CP) is: =ROUNDDOWN((Q15-(P15+O15*0.2+N15*0.1+M15*0.01))*1000,0)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    05-20-2017
    Location
    Indiana, USA
    MS-Off Ver
    2016
    Posts
    2

    Wink Re: Checkbook Register for AD&D 1e

    This looks awesome. Thank you so much!

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: Checkbook Register for AD&D 1e

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools link above your first post. I hope that you have a blessed day.

+ 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] checkbook register
    By lynnbuff in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 07-25-2006, 03:25 PM
  2. [SOLVED] Checkbook Register
    By PurpleBabs in forum Excel General
    Replies: 5
    Last Post: 04-25-2006, 07:10 PM
  3. Checkbook Register template
    By PurpleBabs in forum Excel General
    Replies: 5
    Last Post: 04-21-2006, 12:15 AM
  4. [SOLVED] How do I expand the checkbook register to more than 98 entries?
    By Marcia Ann Miller in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-04-2006, 10:40 PM
  5. [SOLVED] how to duplicate a transaction register for my checkbook
    By mt2006 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 01-07-2006, 07:15 PM
  6. [SOLVED] Spreadsheet like checkbook register
    By Bobby B in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 09-30-2005, 12:05 PM
  7. checkbook register template
    By dexcelled in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-09-2005, 01:06 AM
  8. How do I create a checkbook register?
    By Cumquat in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-02-2005, 09:07 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