I have a table of invoices for hotels where sometimes not all the data comes through, so I get the Total, but not the rate of the items, or the tax.
I’m going to set up an automation that reserve calculates, but it’s breaking my brain.
So I need a formula that does these:
{Total} - {tax}= subtotal
{subtotal} - {fee} = Hotel Fare
Hotel fare} / {nights} = nightly rate
It seems easy, but it’s not working for me. I’m not sure what I’m doing wrong.