Forum Discussion
Cell is equal to the most recent input
Does anyone know what formula I should be using?!
I want a formula that can look at the status of all the invoices (2nd picture), and if they all say 'Paid,' then take the month of the most recent input and put it into the date of final invoice cell (1st picture). (The status of the invoices can be "Prepared," "Sent," or "Paid")
Hi YoloSpaceMuffin,
I hope I have interpreted your wish correctly. I'm afraid you haven't told us everything. Have a look at the enclosed example. I have created an IF() query that checks whether everything has been paid and, if so, gives you the maximum value for the date.
Does this come close to what you have in mind?
3 Replies
- dscheikeyBronze Contributor
Hi YoloSpaceMuffin,
I hope I have interpreted your wish correctly. I'm afraid you haven't told us everything. Have a look at the enclosed example. I have created an IF() query that checks whether everything has been paid and, if so, gives you the maximum value for the date.
Does this come close to what you have in mind?- YoloSpaceMuffinCopper ContributorWhat is the formula that you used?
- YoloSpaceMuffinCopper ContributorThat is exactly what I'm looking for!