Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Not to Exceed issue

I am Trying to create a Work in Progress Backlog report using WIP Accounting practices. Where I am getting stuck is the not to exceed portion. I have a table that reflects the following fields. Estimated Reveue, Total Job Cost, and Recognized Revenue

Estimated Revenue is the amount we believe we are going to be paid for the job

Total Job Cost is the amount currently Spent in Cost on the job

Recognized Revenue is (Total Job Cost / 0.40 (Target Profit Margin))

I need help with the formula to make sure (Recognized Revenue does not exceed Estimated Revenue)

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Perhaps rangemin([Recognized Revenue], [Estimated Revenue])


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Perhaps rangemin([Recognized Revenue], [Estimated Revenue])


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

That worked Thank you.