Search for a solution for a monthly schedule table in LibreOffice Calc.
Solved
LolaBosse
Posted messages
7
Status
Member
-
LolaBosse Posted messages 7 Status Member -
LolaBosse Posted messages 7 Status Member -
Hello,
I am new to the site and also new as an Excel user.
I have set up a workbook with 2 sheets that link to each other:
1) payment evidence
2) monthly schedule
The evidence sheet allows me to display messages in case of incomplete payment or unpaid rent established month by month and for each tenant. I am able to display the messages, but they show up for all months, whereas I would like these messages to only appear based on the current month (which seems more logical to me). The months are set up by columns, while the information comes in row by row based on the different people.
The formula is:
=IF($'monthly schedule 2019'.G49="", "RENT", IF($'monthly schedule 2019'.G49<$'monthly schedule 2019'.$C$49, "INCOMPLETE", ""))
The monthly schedule sheet includes all the information (names, amount, building) if the rent is entered in this sheet, the information is transcribed into the sheet named "payment evidence."
Could someone help me as I am unable to find a solution to my problem? I have browsed the forum but found no solution.
Thank you
Configuration: Windows / Chrome 72.0.3626.119
I am new to the site and also new as an Excel user.
I have set up a workbook with 2 sheets that link to each other:
1) payment evidence
2) monthly schedule
The evidence sheet allows me to display messages in case of incomplete payment or unpaid rent established month by month and for each tenant. I am able to display the messages, but they show up for all months, whereas I would like these messages to only appear based on the current month (which seems more logical to me). The months are set up by columns, while the information comes in row by row based on the different people.
The formula is:
=IF($'monthly schedule 2019'.G49="", "RENT", IF($'monthly schedule 2019'.G49<$'monthly schedule 2019'.$C$49, "INCOMPLETE", ""))
The monthly schedule sheet includes all the information (names, amount, building) if the rent is entered in this sheet, the information is transcribed into the sheet named "payment evidence."
Could someone help me as I am unable to find a solution to my problem? I have browsed the forum but found no solution.
Thank you
Configuration: Windows / Chrome 72.0.3626.119
2 answers
-
Hello
An example of a depersonalized spreadsheet would be to upload it to Cjoint to get the best possible responses.
How to upload to Cjoint.fr -
Hello
A little modified, but it works for me.
https://www.cjoint.com/c/IBCszCa2Wcj
Best regards-
Good evening ChrisPF13,
Thank you for the file, I just took a quick look at what you have set up. I still need to adapt it and make sure I understand it correctly, but I can already tell you that your work is perfect!!!
One small question remains regarding the formula concerning the last part that shows the info "incomplete".
I understand that cell D7 (which corresponds to the cell for the January schedule) is smaller than cell $A$10 (corresponding to the last cell in the amounts column in the evidence sheet) and that this is the case in all scenarios... this is where my question arises because I would have thought it should be linked with each row, but I saw that this cell is constant in the formula. Can you explain this to me, thank you. -
-
-
-
-
