Hello,
I am looking to add cell values together, i keep having the value column, an e.g. of what i am trying to add below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cell[/TD]
[TD]Person[/TD]
[TD]Day 1[/TD]
[/TR]
[TR]
[TD]A1[/TD]
[TD]User 1 [/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]A10[/TD]
[TD]User 2[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]A16[/TD]
[TD]User 3[/TD]
[TD]Sick[/TD]
[/TR]
[TR]
[TD]A84[/TD]
[TD]User 4[/TD]
[TD]Pto[/TD]
[/TR]
[TR]
[TD]A101[/TD]
[TD]User 5[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]A122[/TD]
[TD]User 6[/TD]
[TD]12[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to add the amount sold on each day (in the above e.g. Day 1), I want the formula to ignore cells with the word Sick or PTO, i can't use SUM or "<>#N/A" because the cells i am adding up are random and not in a grouped together range, I need to be able to drag the formula across as it will eventually cover a full year.
Thank you!
I am looking to add cell values together, i keep having the value column, an e.g. of what i am trying to add below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cell[/TD]
[TD]Person[/TD]
[TD]Day 1[/TD]
[/TR]
[TR]
[TD]A1[/TD]
[TD]User 1 [/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]A10[/TD]
[TD]User 2[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]A16[/TD]
[TD]User 3[/TD]
[TD]Sick[/TD]
[/TR]
[TR]
[TD]A84[/TD]
[TD]User 4[/TD]
[TD]Pto[/TD]
[/TR]
[TR]
[TD]A101[/TD]
[TD]User 5[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]A122[/TD]
[TD]User 6[/TD]
[TD]12[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to add the amount sold on each day (in the above e.g. Day 1), I want the formula to ignore cells with the word Sick or PTO, i can't use SUM or "<>#N/A" because the cells i am adding up are random and not in a grouped together range, I need to be able to drag the formula across as it will eventually cover a full year.
Thank you!