A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Have you tried it? Feel free to share any update.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have three balances:
Credit Limit (C8)
Office Supplies (F8)
Training (I8)
In Column D, I have my drop-down menu (Credit Limit, Office Supplies, Training)
In Column H, I have my additional fund amounts
My problem:
if D15=“credit limit”, I want to use this formula: =if(d15=“Credit Limit”, sum(h15,-g15, offset(c9,-1,0)),
if D15=“office supplies”, I want to use this formula: =if(d15=“office supplies”, sum(h15,-g15, offset(f9,-1,0)),
if D15=“training”, I want to use this formula: =if(d15=“training, sum(h15,-g15, offset(g9,-1,0)),
I know this will be a nested statement using the if function. I keep getting a circular error.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Have you tried it? Feel free to share any update.
Hi,
Share some data in a format that can be pasted in an MS Excel file and show the expected result.