Hello. I am working on a worksheet for my own budgeting and practicing excel for a new position I will be taking over at my job. It requires me to be at a moderate level in excel, so I'm putting myself to the test making a near fully automatic budget sheet, decorated with late notifications, due soon notifications, and adding different ways to view the data such as monthly, weekly, yearly, even daily.
I'm getting pretty far in this test with the little time I get to work on it, but I'm stumbling over trying to add to a cell, from that very same cell. Say for example, A1=1, and I want to make A1=2, I could always make a reference from A2=1, then do =SUM(A1,A2), but what I'm trying to do that isn't working. I'm getting an error saying that the cell is referencing itself, then the data is displayed wrong when I skip it.
What I am doing is using this formula =IF(AND(F10<F25,G10>=E10),EDATE(F10,M5),F10) to try and add to itself, a month after the criteria is met. F10 is the date in question, F25 is the =TODAY() function, G10 is determining if I paid it in full against E10, if true F10 adds to itself 1 full month (Referencing M5), if false keep itself as the original F10 (Or the original date).
Its late tonight and I have a busy day tomorrow so hopefully I can get some answers throughout the day to test out. Please any suggestions on how to approach this is welcomed. I'm not seeing any way of uploading my worksheet for easy viewing... But here is an image of the worksheet I'm working on. The other sheets are a summary page which I haven't worked on yet and the "database" I guess you could call it lol. Holding all the random references I had to use to make the table work the way I want it to. Probably easier ways to do that too but I'm going to ask everyones opinion if I did this the right way lol.
I'm getting pretty far in this test with the little time I get to work on it, but I'm stumbling over trying to add to a cell, from that very same cell. Say for example, A1=1, and I want to make A1=2, I could always make a reference from A2=1, then do =SUM(A1,A2), but what I'm trying to do that isn't working. I'm getting an error saying that the cell is referencing itself, then the data is displayed wrong when I skip it.
What I am doing is using this formula =IF(AND(F10<F25,G10>=E10),EDATE(F10,M5),F10) to try and add to itself, a month after the criteria is met. F10 is the date in question, F25 is the =TODAY() function, G10 is determining if I paid it in full against E10, if true F10 adds to itself 1 full month (Referencing M5), if false keep itself as the original F10 (Or the original date).
Its late tonight and I have a busy day tomorrow so hopefully I can get some answers throughout the day to test out. Please any suggestions on how to approach this is welcomed. I'm not seeing any way of uploading my worksheet for easy viewing... But here is an image of the worksheet I'm working on. The other sheets are a summary page which I haven't worked on yet and the "database" I guess you could call it lol. Holding all the random references I had to use to make the table work the way I want it to. Probably easier ways to do that too but I'm going to ask everyones opinion if I did this the right way lol.
