Jump to content

Hello

 

I created a google sheet that helps me keep track of my checking, savings, and credit card spending's. I already have down all the formulas that will subtract and add to my current balance anytime i input a value to the columns that hold that information. But I'm looking for a formula that will automatically input the value when its a specific date, for example a monthly subscription fee. I have look everywhere but can't seem to find an equation.

Link to comment
https://linustechtips.com/topic/463367-looking-for-a-formula-for-excel/
Share on other sites

Link to post
Share on other sites

Thanks for the links but couldn't find the equation I'm looking for. the way i have it set up is that my A column is my dates, B = Reason, C = Withdraws, D = Deposits, E = balance. I'm looking for a formula that on a specific date of each month it will add the value to my withdraw column on that row of that day.     

Link to post
Share on other sites

You need to use conditionals. =if(A="date-you-want", sum(get value,existing value),) leaving the second part of the conditional blank means do nothing. You can of course use an absolute or relative value for the date you want but since I'm assuming that's your pay check date.

-------

Current Rig

-------

Link to post
Share on other sites

You need to use conditionals. =if(A="date-you-want", sum(get value,existing value),) leaving the second part of the conditional blank means do nothing. You can of course use an absolute or relative value for the date you want but since I'm assuming that's your pay check date.

I tried it how you have it but every time i drag the formula down it just copies the value in each row. I'm trying to put that on the 17th of every month in my withdraw column it puts $21. 

Link to post
Share on other sites

I tried it how you have it but every time i drag the formula down it just copies the value in each row. I'm trying to put that on the 17th of every month in my withdraw column it puts $21. 

 

You need to declare it as an absolute reference: put $ in front for each value that's absolute. For example $A$1

 

http://www.gcflearnfree.org/excel2013/15.2

-------

Current Rig

-------

Link to post
Share on other sites

Do you have the full version of Excel (i.e. office)?

 

You could create a macro that will do this (using vba).

Scrapyard Build Total Cost: $268AUD


C2Q E8200 | 4 x 1gb DDR2 | GA-EP45-DS3 r1 | Gammax 200 | 320gb 2.5" | 7870LE PCS | Litepower 500w | CISCO Aironet 350

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×