Hey guys,
I am trying to set up a basic accounting spreadsheet and have hit a dead end. Have been trying for ages to try and get this working.
As part of the report needed by my client, there needs to be a sum off all purchases and expenses that are capital, and then non capital. As part of the monthly transaction input there is a cell for the account of the transaction.
I have set up a named range with all of the capital accounts, and all of the non-capital accounts. What I am trying to do is sum the transaction ammount if it is in the named range. The sum if function isnt working as, I have been told because the named range is strings and not integers. I am not the best at VBA so would love to do it avoiding it.
Thanks for any help guys.
I am trying to set up a basic accounting spreadsheet and have hit a dead end. Have been trying for ages to try and get this working.
As part of the report needed by my client, there needs to be a sum off all purchases and expenses that are capital, and then non capital. As part of the monthly transaction input there is a cell for the account of the transaction.
I have set up a named range with all of the capital accounts, and all of the non-capital accounts. What I am trying to do is sum the transaction ammount if it is in the named range. The sum if function isnt working as, I have been told because the named range is strings and not integers. I am not the best at VBA so would love to do it avoiding it.
Thanks for any help guys.