Hi
I have the following data
Column a Column b Column c
Debit. Credit
Journal 1 - 200
I have a table as follows on the same spreadsheet
Journal 1 Sumif(column a ,“journal 1”, column b)
However, as you can see there is no value in column b. if the return value is zero, then I need to sumif column c , but the return value needs to be negative as it is a credit
So the parameters I am trying to achieve is as follows to create a formula :
If there is no value in column b for journal 1, then the formula need to return the value in column c , but a negative value ie - 200
If there is a dollar value in column b for journal 1 , then it return a positive value ie 200 as it is a debit . Therefore , column c the value will be zero
If there is not value in column b and c for journal 1 , the return value will be zero
How do I amend my sumif function to consider the above parameters?
Thank you
I have the following data
Column a Column b Column c
Debit. Credit
Journal 1 - 200
I have a table as follows on the same spreadsheet
Journal 1 Sumif(column a ,“journal 1”, column b)
However, as you can see there is no value in column b. if the return value is zero, then I need to sumif column c , but the return value needs to be negative as it is a credit
So the parameters I am trying to achieve is as follows to create a formula :
If there is no value in column b for journal 1, then the formula need to return the value in column c , but a negative value ie - 200
If there is a dollar value in column b for journal 1 , then it return a positive value ie 200 as it is a debit . Therefore , column c the value will be zero
If there is not value in column b and c for journal 1 , the return value will be zero
How do I amend my sumif function to consider the above parameters?
Thank you