I need to add estimated costs and actual costs to a total budget. To start, we put the estimated cost of travel on the spreadsheet. When the person goes on travel, they invoice their actual travel costs when they return. We have to add the Room and A/V cost to both figures. So, when there is not travel cost invoiced (yet), I would like to count the estimated cost in the final total travel amount (amt. estimated (only if it has not been invoiced yet) + invoiced + the Room/AV Cost).
H8 Room/AV Cost
I8 Est Travel Cost
J8 Total Travel Est. (Room/AV +Travel Est.)
K8 Invoiced Travel Cost
Goal: IF(K8 has a number, (then do not count I8) and instead add K8+H8)
I've gotten this far:
IF(K8<0*(J8), K8, J8)
Everything I come up with, Excel tells me that I'm asking too much. Any help would be appreciated.