Hi,
I have a spreadsheet that we are using for auditing an account that is approximately 7500 lines long.
The spreadsheet has a subtotal line between each account ... and this is where I would like to compare amounts.
A B C D
SMITH Total 97.65 144.90 ________
So if Column A has the word "Total" , then C - B = D
It's the partial word that is throwing me. I've tried @if(A="*Total",C-B,""). That doesn't give me a result.
Thanks !
I have a spreadsheet that we are using for auditing an account that is approximately 7500 lines long.
The spreadsheet has a subtotal line between each account ... and this is where I would like to compare amounts.
A B C D
SMITH Total 97.65 144.90 ________
So if Column A has the word "Total" , then C - B = D
It's the partial word that is throwing me. I've tried @if(A="*Total",C-B,""). That doesn't give me a result.
Thanks !