I need help with this formula, I just can't seem to get it correct.
The values in column V are 20% of the values in column U
I need column V to calculate as normal, but once it reaches $16,000 total, it should stop the calculation.
This is the "cap" that I pay to my broker and once I pay in $16,000, I go 100% commission.
Additionally, I have already paid in $11,177.50, so that needs to be the starting number when summing up the values in column V to reach $16,000.
Here's a screenshot of what I have so far and the data..
if(V3+$AF$17>=16000,"",U3*0.2)
I used Chat GPT (AI) to help me get started (thats what is in columns AF and AG...not working
The values in column V are 20% of the values in column U
I need column V to calculate as normal, but once it reaches $16,000 total, it should stop the calculation.
This is the "cap" that I pay to my broker and once I pay in $16,000, I go 100% commission.
Additionally, I have already paid in $11,177.50, so that needs to be the starting number when summing up the values in column V to reach $16,000.
Here's a screenshot of what I have so far and the data..
if(V3+$AF$17>=16000,"",U3*0.2)
I used Chat GPT (AI) to help me get started (thats what is in columns AF and AG...not working