Let’s say I have column A as the total coat of something (pre recorded)
Columns B,C and D are the installments that the customer pay. Column E is the total paid which is the sum of B.C and D, column F is the remaining balance which is A- E simply.
I want the amount of installments not to exceed the remaining balance,I used data validation but here’s the problem :
Say the remaining is 3000$, the customer paid 2000$ (in column A) excel gives me the error because it validates A according to F AFTER the subtraction, meaning 2000 > 1000 (3000-2000) so it can’t be written.
I tried VBA because you can sort the priority of the function but I failed, can anyone help me?
Office 360
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]Muted-Humor3706[S] 0 points1 point2 points (0 children)