+ Reply to Thread
Results 1 to 33 of 33

financial functions / formulas to reduce costs on financial credit instruments

  1. #1
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    financial functions / formulas to reduce costs on financial credit instruments

    hey guys,

    my last 2 posts have been about this same thing, but I only gave bits and pieces. to better explain what I've got and what I'm working with at the moment, take a look at the attached xlsx. Essentially what I'm doing here is creating a planning platform for future users of mine. as you can see in the book, there are columns of data that are relevant to the financial instrument being used. all of the rows in the attached book happen to be credit cards. however, I am doing this for many other financial instruments as well (paypal, lines of bank credit, loans, etc....). However, the data in the attached book really only applies to credit cards. So what I'm after is any information that can help me along in terms of the following situations:

    • reduce costs as much as possible if having to take cash advances out on any given card.
    • pay amounts off on any given card in a way that shows each bank that one can manage money, and thus get the best chance of their software granting credit line increases in the future.
      (I realize that this is based on algorithmic nonsense, but the bottom line is that, whatever algorithms are written by banking developers, there are always 2 things that never change: 1) they always want money from interest, and 2) they want to see spending responsibility from card holders).
    • keep balance levels ""middle-of-the-road"" in terms of amounts, and pay off to 0 at any given time (determined by the code I write, based on my own knowledge of corporate software).
    • etc, etc, etc....


    so really what I'm looking for here is anyone who can give me some functions and formulas that can be used in the interface that can help me with the math I will write to analyze this type of stuff. More than likely I will use those, and a mixture of my own code to do this work. But if I don't know what functions are available to assist me, all I will do is write a bunch of code because that's literally the only thing I know how to do using this program. any help appreciated. thanks guys.

    by the way, I'm going to post this on my 2 favorite forums. here and also over here: https://www.access-programmers.co.uk/forums/

    this way I can get advice from a lot of different people I know well.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,271

    Re: financial functions / formulas to reduce costs on financial credit instruments

    OK, Adam - what you need to do is tell us the computations that YOU would make (manually) to produce the answers, and then we can help you with converting the maths to Excel functions.

    If you are wanting someone else to do the maths for you, then that's a big ask, especially as you would then be using their expertise to 'sell' yours, if you see what I mean, so it might be more appropriate to post this in Commercial Services and offer your 'developer' some recompense.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by AliGW View Post
    OK, Adam - what you need to do is tell us the computations that YOU would make (manually) to produce the answers, and then we can help you with converting the maths to Excel functions.
    here is what I would do manually Ali, if I were to throw money around specifically for the purpose of getting the most out of big banks, using them to get what I want, or to get the to do what I want by giving them a PORTION of what they always want and what their motivations always are:

    here is a table of data that I would work with and manipulate, which is the same layout as in the book I attached:

    CURRENT BALANCE CREDIT LINE AVAILABLE CREDIT AMOUNT DUE APR
    $1,616 $2,100 $484 $45 22.99%

    so, in order to get the best chance of having a credit line increase of $2,000 granted, per my request to the company I am using in this example, 1 year from the data of the data specs in the table above, I would perform the following actions (while only spending a very minimal additional amount, if any at all, on the card over this 1 year timeframe):

    AMOUNT PAID RESULTING BALANCE AFTER PAYMENT PAYMENT DATE PURPOSE
    $100 $1,525 1st day of Month 1 show behavioral pattern to software + human analysts
    $212 $1,320 1st day of Month 2 show behavioral pattern to software + human analysts
    $60 $1,275 1st day of Month 3 show behavioral pattern to software + human analysts
    $300 $985 1st day of Month 4 show behavioral pattern to software + human analysts
    $100 $895 1st day of Month 5 show behavioral pattern to software + human analysts
    $200 $710 1st day of Month 6 show behavioral pattern to software + human analysts
    $250 $470 1st day of Month 7 show behavioral pattern to software + human analysts
    $200 $278 1st day of Month 8 show behavioral pattern to software + human analysts
    $150 $135 1st day of Month 9 show behavioral pattern to software + human analysts
    $135 PENNIES 1st day of Month 10 show behavioral pattern to software + human analysts
    $100 (after charging $100 on card this same month) $0 1st day of Month 11 show behavioral pattern to software + human analysts
    $200 (after charging $100 on card this same month) $0 1st day of Month 12 show behavioral pattern to software + human analysts

    obviously this is not perfect, but what I've given above, based on everything I know about corporate algorithmic nonsense, constant consumer-based behavior analysis by them, what they're scared of, what they want from the general public, how they act, how powerful they are, and how much the software does the work, gives the best chance of what I, as a user of their credit card, personally want from them. Does that help? If I can get some mathematical help in terms of built-in resources, I can take it from there. I've talked to all of the financial vendors, and each one of them act in different ways based on how smart they are, how much risk they take, and many other things. thanks.
    Last edited by vba_php; 11-12-2020 at 09:33 AM.

  4. #4
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    oh heck, that didn't come out worth a crap! let me do it again.....all of the HTML was correct though.

  5. #5
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    ok, done. wow, the HTML recognition here needs to be fixed! :p (just kidding)

  6. #6
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,901

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Just look up Financial functions in Excel help.

    I'll be intrigued to see if anyone at that other forum responds to you.
    Rory

  7. #7
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by rorya View Post
    I'll be intrigued to see if anyone at that other forum responds to you.
    oh yeah? and why is that? not a lot of folks over there like me too much. but it seems to be changing slowly over time, and with a heck of a lot of prodding.

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,271

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Can you provide a link to the thread you've started on the other forum, please - the URL of the actual thread, not the forum front end.

    I am assuming that the other party in the recorded conversation has given his express permission for you to share the recording?

  9. #9
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,901

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Three main reasons, in no particular order:
    1. It's primarily an Access forum.
    2. Your question is vague at best.
    3. I've read quite a few of the discussions over there in which you have been involved, both before and after your ban. (Are you still titled 'Forum Troll'?)

  10. #10
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,901

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by AliGW View Post
    I am assuming that the other party in the recorded conversation has given his express permission for you to share the recording?
    I'm not sure you want to get into that discussion: https://www.access-programmers.co.uk...oyalty.314466/

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,271

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Oh dear, oh dear, oh dear - it reads like a bad dream that makes no sense after you wake up. It's got everything: a hacking vigilante, conspiracy theories, Adam telling us how amazing he is at everything ...

    How to make friends and influence people (Part 2)!

    Well, Adam - you mentioned here once that some people see you as a 'jerk' (your word, not mine), and there's very little in that Access forum thread that would dispel that myth for me.

    It's time I stepped away from this thread.

    PS You should NOT be sharing that telephone recording here or on any other public forum - the woman clearly did not give her consent.
    Last edited by AliGW; 11-12-2020 at 07:29 AM.

  12. #12
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by AliGW View Post
    PS You should NOT be sharing that telephone recording here or on any other public forum - the woman clearly did not give her consent.
    it was a man, Ali. was it not? it should have been. did you actually listen to it? by the way, per your request, it's been removed from this thread.

    more to follow, as I quote you and rorya's posts now....

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,271

    Re: financial functions / formulas to reduce costs on financial credit instruments

    No, I didn't listen to it, obviously!

    As the person was referred to as 'she' on the other forum, I made an assumption. Either way, that person has not given their permission, so thank you for removing the conversation.

  14. #14
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by rorya View Post
    Three main reasons, in no particular order:
    1. It's primarily an Access forum.
    that's irrelevant. they have an excel forum, and many people answer many questions there. but it's not as heavy as this one.

    Quote Originally Posted by rorya View Post
    2. Your question is vague at best.
    it's supposed to be vague. why would I give away what I know about the corporate world? for one thing,
    if they're running software to scan anything and everything on the internet, which obviously everyone in the world is doing now anyway,
    they wouldn't be too happy! see the image below for proof of bots running rampant everywhere (that is an image of a traffic log from one of my sites).
    my favorite hit is the one called crawler.pagething.

    Quote Originally Posted by rorya View Post
    3. I've read quite a few of the discussions over there in which you have been involved, both before and after your ban.
    I've been banned over there many times. some made sense, some didn't. I've posted over there for 20+ years.

    Quote Originally Posted by rorya View Post
    (Are you still titled 'Forum Troll'?)
    [/quote]
    nope. for some reason, that title has magically disappeared.
    Attached Images Attached Images

  15. #15
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by AliGW View Post
    Oh dear, oh dear, oh dear - it reads like a bad dream that makes no sense after you wake up. It's got everything: a hacking vigilante, conspiracy theories, Adam telling us how amazing he is at everything ...
    I'm not amazing. I never have been. I just know the human race well. they are as predictable as the sun is sure to come up in the morning.

  16. #16
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by AliGW View Post
    I am assuming that the other party in the recorded conversation has given his express permission for you to share the recording?
    no they didn't, but that is a moot point. I called the police before doing it and understood that it was not illegal if no proprietary information is given out. and of course, no financially secure corporate employee would do that to themselves. they've got all the money in the world. you think they would give that up!? yeah, NOT.

  17. #17
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,901

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by vba_php View Post
    that's irrelevant. they have an excel forum, and many people answer many questions there. but it's not as heavy as this one.
    Understatement of the week. Looks like they get about a post a week, which seems quite relevant to me in terms of your likelihood of getting a response.


    it's supposed to be vague.
    then the answers you get will be vague too, like mine earlier. What else could they be?

    why would I give away what I know about the corporate world? for one thing,
    if they're running software to scan anything and everything on the internet, which obviously everyone in the world is doing now anyway,
    they wouldn't be too happy! see the image below for proof of bots running rampant everywhere (that is an image of a traffic log from one of my sites).
    my favorite hit is the one called crawler.pagething.
    Now that is irrelevant

  18. #18
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,271

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by vba_php View Post
    I'm not amazing. I never have been. I just know the human race well. they are as predictable as the sun is sure to come up in the morning.
    Really?

    im the best person in the world at hiding money that can never be found.
    Bold statement, then.

  19. #19
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by rorya View Post
    Now that is irrelevant
    yes I know. but wasn't it a wonderfully off-topic side point of interest?

  20. #20
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by AliGW View Post
    Really?
    you know it. I have a secret. haven't you figured that out by now, Ali? I can't really say what it is, because you've slapped me on the hand before privately with regard to someone complaining to you that I brought up religion and they got offended. but I will take a chance this time. The human is predictable due to one simple reason, and it is a religious reason. that's all there is to say.
    Quote Originally Posted by AliGW View Post
    Bold statement, then.
    well.....I don't technically hide money. but I do move it around, and use the greed-filled financial institutions all across the world to play the game. and no, I don't break the law, nor have I ever. I think it is evident about what I do, based on the following post alone, don't ya think?

    https://www.excelforum.com/excel-for...ml#post5423024

  21. #21
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    hey you guys,

    do I get any help here? Ali? Rorya? You guys got any ideas or examples I can use? Rorya you said something, but it wasn't much in terms of value I can get use out of.

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

    Re: financial functions / formulas to reduce costs on financial credit instruments

    I don't know if this helps at all, because my knowledge of business/finance math is weak. What I see in your example is to pay down the credit card over ~10 months to near 0, then keep it there over the rest of the year. I don't see any pattern in the amounts paid per month towards the goal of paying the card off.

    I assume you already know this, and probably know more than I do, but I will note these anyway.

    You could use the PMT() function to get an "average" payment per month that pays the balance down to 0 at the end of 10 months. Of course, this really only works well if you intend to pay a constant amount per month, which doesn't seem to be the case.
    You could use the NPV() function (plus some algebra, if memory serves) to compute the future value of a series of cash flows. This could be useful for determining if a proposed sequence of cash flows reduces the balance to 0, but is probably not useful for calculating the individual cash flows in the sequence.

    As Rorya said, these (and many other functions) are listed in the help files under financial functions. If you are not willing to share your trade secrets, I don't see any way for us to help you program those trade secrets into a spreadsheet.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  23. #23
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by MrShorty View Post
    As Rorya said, these (and many other functions) are listed in the help files under financial functions. If you are not willing to share your trade secrets, I don't see any way for us to help you program those trade secrets into a spreadsheet.
    sure I can share them with you, but you and everyone else would have to ask me specific questions. but you guys might not like the answers, because:

    1) you probably won't believe what I have to tell you anyway.
    2) you probably don't understand what corporations always want from the general public, and what they secretly do to always get what they want.
    3) the secrets are religious in nature, because the desire for capitalism and prosperity by the human race is driven by a thousands-of-years-old flaw in human beings.

    follow? I'd be interested in if you do....

  24. #24
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,901

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by vba_php View Post
    Rorya you said something, but it wasn't much in terms of value I can get use out of.
    Now you know how I feel...

  25. #25
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by rorya View Post
    Now you know how I feel...
    ok mr. expert, so what do you want from me? specifics? I told you that there are NO specifics in terms of coding and patterns because every card company uses a mix of software and humans to analyze behavior. but there IS one common denominator.....they want money and they want consumers to spend money. so, can we turn those 2 concepts into any sort of pattern that you can use to help me out here?

  26. #26
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,271

    Re: financial functions / formulas to reduce costs on financial credit instruments

    What sort of 'pattern'? You have given two concepts, and no more. The 'brief' is, at very best, vague.

    Please be very clear, Adam, because you are beginning to get a little bit bit snarky now: nobody is trying to be unhelpful, however we cannot magic up some sort of formula out of cotton wool ideas with no substance.

    Honestly, I think you are on to a hiding to nothing with your request as it stands in this thread - sorry. The fault lies with a lack of specifics: one common denominator is not enough for anyone to be able to help you.

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

    Re: financial functions / formulas to reduce costs on financial credit instruments

    but you guys might not like the answers, because:
    1) you probably won't believe what I have to tell you anyway.
    2) you probably don't understand what corporations always want from the general public, and what they secretly do to always get what they want.
    3) the secrets are religious in nature, because the desire for capitalism and prosperity by the human race is driven by a thousands-of-years-old flaw in human beings.
    That all may be true, but we have helped people with "foolproof" gambling strategies or stock market strategies. We have helped with numerology and astrology problems. The forum rules forbid helping with password cracking problems (which sometimes bumps up against some interesting cryptography questions), but, outside of that, we are willing to help with a variety of problems (even if we may have doubts about the philosophy/superstitions behind the problem). Speaking for myself, I'm interested in interesting programming problems and am usually not too worried about what the OP's philosophy or superstition. I think you will find that, if you present a problem as a programming problem (and leave the philosophy out of it) and then work with us to put the program together, we will help with a variety of problems.

    I told you that there are NO specifics in terms of coding and patterns because every card company uses a mix of software and humans to analyze behavior. but there IS one common denominator.....they want money and they want consumers to spend money. so, can we turn those 2 concepts into any sort of pattern that you can use to help me out here?
    Unfortunately, I don't know how to get in touch with arguably the penultimate expert on something like this -- Hari Seldon (https://en.wikipedia.org/wiki/Hari_Seldon ). With Asimov's passing almost 2 decades ago, I am guessing that Seldon's contact information is long lost to Earth-bound humans .

    It sounds like the goal of this project is to try to guess at the algorithms and patterns that corporations use. I expect that such a question is better suited to forums for psychology, economics, sociology, and/or statistics. I would expect that someone wanting to work on this would gather a lot of data, spend a lot of time computing correlations between different variables in the data and making guesses at what variables are pertinent (and probably guessing wrong more often than guessing right). I expect it is a vastly larger project than any of us wants to tackle for you (though I expect we would be happy to help with small, specific questions along the way, like "how to calculate the present value or future value of a series of cash flows").

  28. #28
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    Quote Originally Posted by AliGW View Post
    Please be very clear, Adam, because you are beginning to get a little bit bit snarky now: nobody is trying to be unhelpful, however we cannot magic up some sort of formula out of cotton wool ideas with no substance.

    Honestly, I think you are on to a hiding to nothing with your request as it stands in this thread - sorry. The fault lies with a lack of specifics: one common denominator is not enough for anyone to be able to help you.
    give me a little while guys, and I'll get back to you. to a degree, the algorithmic nonsense of credit card company software cannot not be predicted and/or it's a waste of time anyway. However, there are issues that can be addressed that they care about when it comes to consumer behavior. but they are few and far between. let me gather some data that come from what I know about them and what they want from people, and I'll post another after this giving you guys what you need. thanks. sorry for the vagueness.

  29. #29
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    ok folks,

    I have gathered all my info for the purposes of uploading a file. please see attached. what I am getting at here is that I'm looking for functions that can help me discern how to give banks the least amount of money in interest and/or save myself the most amount of money when paying off debt. the other issues in terms of balancing the act of giving the corporate world money so they give me line increases in the future and showing them responsible payment history, that's all on me. I don't need help with that. is this enough info for you guys to suggest some math for me to get what I want, or at least somewhat close to what I want? thanks.
    Attached Files Attached Files

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

    Re: financial functions / formulas to reduce costs on financial credit instruments

    It looks like it is merely a "balance sheet" with a list of cards and current balances. I don't see much here that would help us divine a complex strategy -- especially speaking as one who understands little of the kind of business finance math that I expect you are looking for.

    I'm looking for functions that can help me discern how to give banks the least amount of money in interest
    Simple -- almost trivial -- analysis. The amount of interest you pay to the each bank/card is (simplified) interest=rate*balance. Assuming non-negative values, the minimum of this function is 0 when balance is 0 (I'm obviously assuming there is no way to get rate to be 0). Pulling out the one part of your question that makes sense to me, and my simple analysis says that you want to pay off all the balances in order to minimize the interest paid.

    I expect that that analysis is too simple/trivial, and that there are other constraints and conditions that you are wanting to consider.

    You are asking for functions to do this, but are you interested in using Solver at all? If you can calculate interest paid and other constraints and considerations, Solver may be able to find a solution to the problem that minimizes interest paid while respecting other constraints.

  31. #31
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    is this what you're talking about?

    https://support.microsoft.com/en-us/...b-f63e45925040

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

    Re: financial functions / formulas to reduce costs on financial credit instruments

    That's correct.

  33. #33
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: financial functions / formulas to reduce costs on financial credit instruments

    I will take a look at it shorty. thanks.

    a lot of this work has to do with what I know about corporations and what balance of what money you give them and how they reward people for feeding their greed rolls into all of this. and none of that obviously can ever be put into any formula. but I can do my best.

+ 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. Financial accounts ob: howcan i practice these functions/formulas?
    By at13 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-10-2013, 07:42 AM
  2. Replies: 1
    Last Post: 03-04-2012, 02:37 AM
  3. Excel 2007 : Help with Financial Functions
    By GFG in forum Excel General
    Replies: 5
    Last Post: 10-04-2010, 03:17 PM
  4. Financial Functions
    By mpsvictor in forum Excel General
    Replies: 1
    Last Post: 08-02-2010, 08:21 AM
  5. Financial Functions...which one to use?
    By TChatelain in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-17-2008, 02:54 PM
  6. Financial formulas - functions
    By Josh_123456 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-22-2007, 01:07 PM
  7. financial functions dll
    By Rea in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-05-2006, 12:00 PM
  8. [SOLVED] Revolver (Revolving Credit) Financial Modelling
    By dimitmant in forum Excel General
    Replies: 0
    Last Post: 01-16-2006, 01:20 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