• Hey there! Welcome to TFC! View fewer ads on the website just by signing up on TF Community.

Card Management : Google sheet : alert

bengaltiger

TF Premier
VIP Lounge
Hello,

Wanted to relax a bit,
so I am playing with google sheets and email notifications

1. it determines current due date , current payment
2. can send email notification 1 day before or on last date.

if interested let me know.

will finish by this weekend.

NB : You keep a copy of it and do whatever you want. so no data sharing at all with anyone.


Now full access. Make a copy.

BT
 

Attachments

  • chrome_EVmpU1B3wn.jpg
    chrome_EVmpU1B3wn.jpg
    22.7 KB · Views: 245
  • chrome_r9niQd1m4w.png
    chrome_r9niQd1m4w.png
    40.1 KB · Views: 230
Last edited:

bengaltiger

TF Premier
VIP Lounge
see the attached images.

follow these steps then you will get notifications. You need to add a trigger, time bound, will be running every night
currently its payment day and day before email will come IF YOU HAVE NOT PAID

if you have paid already then make paid column to yes then you will not get email.
also once you get statement , add credit value to month

when the script will ask permission to access your file. give permission.

also add your email in the google sheet. Row 3, column E
 

Attachments

  • opera_9VrHFPblfT.png
    opera_9VrHFPblfT.png
    23.5 KB · Views: 66
  • opera_wihrtNUtPL.png
    opera_wihrtNUtPL.png
    50 KB · Views: 66
  • opera_47argpLPe8.png
    opera_47argpLPe8.png
    21 KB · Views: 66

bengaltiger

TF Premier
VIP Lounge
Hello,

I made a mistake in Payment date calculation. I have fixed it. you can take in or just copy the formula in row 8, column R then drag for all colums in R

=IF(DAY(TODAY()) > D8,DATE(YEAR(TODAY()),MONTH(TODAY()),D8)+E8,DATE(YEAR(TODAY()),MONTH(TODAY())-1,D8+E8))

also I have added a function in script to reset the Paid to NO on bill generation day , you need to add trigger as well.
 

Manoj Pant

TF Premier
Hello,

I made a mistake in Payment date calculation. I have fixed it. you can take in or just copy the formula in row 8, column R then drag for all colums in R

=IF(DAY(TODAY()) > D8,DATE(YEAR(TODAY()),MONTH(TODAY()),D8)+E8,DATE(YEAR(TODAY()),MONTH(TODAY())-1,D8+E8))

also I have added a function in script to reset the Paid to NO on bill generation day , you need to add trigger as well.
Please upload revised/updated sheet we will copy it.
 

bengaltiger

TF Premier
VIP Lounge
Please upload revised/updated sheet we will copy it.
Please upload revised/updated sheet we will copy it.
done


added highlight (using script) and freeze as well.

when a column is selected , you will see yellow row and column
 

Attachments

  • opera_DHaLl5E8Dt.png
    opera_DHaLl5E8Dt.png
    45.8 KB · Views: 17

abby

TF Buzz
VIP Lounge
please copy the google sheet and play yourself.

if you need something, let me know I can try to add.
or if you found any bug do let me know

Thanks
 

mgforce

TF Ace
VIP Lounge
Hey @bengaltiger - this is nice script & sheet combo. Just came across this while searching for the one made by @ChurningNoob

I know it's an old thread, but quite relevant.

When I try to run this script, giving me error

Code:
Error Exception: Cannot call SpreadsheetApp.getUi() from this context. onOpen @

Any pointers?
1707331110296.png
 

cardio_guy

TF Ace
Excellent 👍 congrats 🎉👏 for this effort.
Please can you also make a sheet for personal finance overall related document -
Like all bank accounts, insurance and other details - what my family needs to know document.
Also you can try making a investment tracker sheet as well.
All these integrated into an app later will make it useful for many people.
 
Top