cancel
Showing results for 
Search instead for 
Did you mean: 

Excel spreadsheet formula to find percentage question

tag
Anonymous
Not applicable

Excel spreadsheet formula to find percentage question

So what I'm trying to do is set up a formula in my Excel bills tracker spreadsheet to calculate how much $ I need to pay down to get to 30% of the credit line. I have a simple formula showing how much percentage I'm using for example =(C11/D11).
Message 1 of 12
11 REPLIES 11
AllZero
Mega Contributor

Re: Excel spreadsheet formula to find percentage question

Did you have a question?

Message 2 of 12
AllZero
Mega Contributor

Re: Excel spreadsheet formula to find percentage question

I'm a little rusty. If you're trying to find out what the actual value you need to be at 30%, Try =D11*30%

D11 being the credit limit I'm guessing?

Message 3 of 12
Anonymous
Not applicable

Re: Excel spreadsheet formula to find percentage question

Yes, what formula would I use to find how much I have to pay down to get to 30% of the credit limit of that card. If my credit line is $5000, and I'm using $3500 for example, how much $$$ would I have to pay down to get to the 30% threshold of that $5000 credit line.
Message 4 of 12
Anonymous
Not applicable

Re: Excel spreadsheet formula to find percentage question

I'll give it a try, thanks. I've a couple of different columns Balance(C), credit line(D), % being used(E), $ available(F)...in that order
Message 5 of 12
mikesonthemend
Valued Contributor

Re: Excel spreadsheet formula to find percentage question

My most recent is =(+H609*0.3)-G609

H609 is total available credit. G609 Is my total balance.

Of course you have to have your spreadsheet set up to total your limits and usage.

Yes, mine is a positive number, due to it showing me my cushion.




Living through Darwinism is so much worse than learning about about it in school.
Message 6 of 12
wasCB14
Super Contributor

Re: Excel spreadsheet formula to find percentage question

Or, to avoid negative numbers for low-utilization cards...

 

=IF(BAL>0.3*CL,BAL-0.3*CL,0)

Personal spend: Amex Gold, Amex Schwab Plat., BofA PR+CCR(x2), Costco
Business use: Amex Bus. Plat., BBP, Lowes Amex AU, CFU AU
Perks: Delta Plat., United Explorer, IHG49, Hyatt, "Old SPG"
Mostly SD: Freedom Flex, Freedom, Arrival
Upgrade/Downgrade games: ED, BCE
SUB chasing: AA Platinum Select
Message 7 of 12
AllZero
Mega Contributor

Re: Excel spreadsheet formula to find percentage question

Thank you excel experts. I'm copying it. Smiley Wink

Message 8 of 12
mikesonthemend
Valued Contributor

Re: Excel spreadsheet formula to find percentage question

I tried to give kudos but the button is not appearing.




Living through Darwinism is so much worse than learning about about it in school.
Message 9 of 12
AllZero
Mega Contributor

Re: Excel spreadsheet formula to find percentage question

I'd give you a kudo but we're in a kudo free zone. They're anti-kudos here. Smiley Mad

Message 10 of 12
Advertiser Disclosure: The offers that appear on this site are from third party advertisers from whom FICO receives compensation.