Ideally, the approver can decide to fully fund any of the three rows.
Solved! Go to Solution.
Rather than doing that with the nested If, you could just instead simply add the three numbers from those three Controls. If any of them are text fields, you can use the Value function to convert to number.
Check if above helps.
Rather than doing that with the nested If, you could just instead simply add the three numbers from those three Controls. If any of them are text fields, you can use the Value function to convert to number.
Check if above helps.
That is what I am doing for the column on the left (requester column). The column on the right (approver) needs to decide if each row gets full or 0 funding. If full, then it needs to update on the Approved total side, which is why I originally thought I would need to nest the If statements?
I see what you're saying now. Make more sense after take a longer look at it. And it worked like a charm!
User | Count |
---|---|
163 | |
95 | |
77 | |
72 | |
58 |
User | Count |
---|---|
216 | |
166 | |
97 | |
96 | |
74 |