Hi all,
I have a sheet keeping invoices, and I would like to see the delta vs the budget.
My Current structure in the invoice smartsheet:
Name : getting information from the budget file
Invoice Amount: entered
Budget Remaining: formula =VLOOKUP(Name@row; {Budget_22}; 8; false) - SUMIF((Name:Name); Name@row; ([Invoice Amount]:[Invoice Amount]))
The formula is correct and results in the following outcome
However I would need to have this result
But than I can not take the entire Name range, and should stop the range at the current row?
Any suggestions