Hello,
Looking to do a COUNTIF statement I believe.
We are looking to find a particular salesperson in this instance Caitlin which is located in column B and then looking for STATE in column E if this is TRUE then total the values found in column H against all the lines found.
The formula will always be kept on Sheet "Total" in Cell "A4"
Example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Sales Person[/TD]
[TD]Quote Number[/TD]
[TD]Cust name[/TD]
[TD]State[/TD]
[TD]Post code[/TD]
[TD]Shed Size[/TD]
[TD]Quote Value[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Caitlin[/TD]
[TD][/TD]
[TD][/TD]
[TD]NSW[/TD]
[TD][/TD]
[TD][/TD]
[TD]$1000[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Caitlin[/TD]
[TD][/TD]
[TD][/TD]
[TD]QLD[/TD]
[TD][/TD]
[TD][/TD]
[TD]$9999[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Caitlin[/TD]
[TD][/TD]
[TD][/TD]
[TD]NSW[/TD]
[TD][/TD]
[TD][/TD]
[TD]$2000[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Caitlin[/TD]
[TD][/TD]
[TD][/TD]
[TD]NSW[/TD]
[TD][/TD]
[TD][/TD]
[TD]$3000[/TD]
[/TR]
</tbody>[/TABLE]
Probably an easy one for you guru's appreciate the help
Luke
Looking to do a COUNTIF statement I believe.
We are looking to find a particular salesperson in this instance Caitlin which is located in column B and then looking for STATE in column E if this is TRUE then total the values found in column H against all the lines found.
The formula will always be kept on Sheet "Total" in Cell "A4"
Example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Sales Person[/TD]
[TD]Quote Number[/TD]
[TD]Cust name[/TD]
[TD]State[/TD]
[TD]Post code[/TD]
[TD]Shed Size[/TD]
[TD]Quote Value[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Caitlin[/TD]
[TD][/TD]
[TD][/TD]
[TD]NSW[/TD]
[TD][/TD]
[TD][/TD]
[TD]$1000[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Caitlin[/TD]
[TD][/TD]
[TD][/TD]
[TD]QLD[/TD]
[TD][/TD]
[TD][/TD]
[TD]$9999[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Caitlin[/TD]
[TD][/TD]
[TD][/TD]
[TD]NSW[/TD]
[TD][/TD]
[TD][/TD]
[TD]$2000[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Caitlin[/TD]
[TD][/TD]
[TD][/TD]
[TD]NSW[/TD]
[TD][/TD]
[TD][/TD]
[TD]$3000[/TD]
[/TR]
</tbody>[/TABLE]
Probably an easy one for you guru's appreciate the help
Luke