I am trying to develop a formula to display when the last billing was sent based on a series of rows that show the amount that was billed for a specific month.
I have two columns: Billing Month and Billing Amount
I would like the formula to return the last month, in a list of Months (Jan-Dec), where the billing amount is greater than 0.
I.e.
Billing Month Billing Amount
January $535.28
February $673.18
March $1250.25
April $0.00
May $10.35
June $0.00
My hope is to have the formula return the very last month that has been billed. In this case May.
Is this even possible?