Hello,
I am trying to have a cell revert back to the number zero once the letter "Y" has been entered into another cell. For example, In B1 I have a very long "sumif" statement that searches for data below based on specific text in A1. It then returns the given total. In C1 I have a data validation that only allows the user to select the letter "Y". What I need is say the value in B1 has summed the total to 556. When the letter "Y" is chosen I need the value to change back to zero and start counting again from zero. See below
[TABLE="width: 95"]
<colgroup><col span="5"></colgroup><tbody>[TR]
[TD="colspan: 5"][TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]35. Uses simple ="specific cell"[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sumif total. i.e 556. Total needs to read zero becuase "Y" was typed in below[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Data validation. Only choice is "Y". i.e "Y" is chosen [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD="colspan: 5"][/TD]
[/TR]
</tbody>[/TABLE]
Additionally, I have 5 columns from which the letter "Y" can be chosen which all relate to the same "sumif" total. So essentially each time the letter "Y" has been selected the total needs zero out and count again. Is this even possible or do I need a function placed into VBA?
I am trying to have a cell revert back to the number zero once the letter "Y" has been entered into another cell. For example, In B1 I have a very long "sumif" statement that searches for data below based on specific text in A1. It then returns the given total. In C1 I have a data validation that only allows the user to select the letter "Y". What I need is say the value in B1 has summed the total to 556. When the letter "Y" is chosen I need the value to change back to zero and start counting again from zero. See below
[TABLE="width: 95"]
<colgroup><col span="5"></colgroup><tbody>[TR]
[TD="colspan: 5"][TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]35. Uses simple ="specific cell"[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sumif total. i.e 556. Total needs to read zero becuase "Y" was typed in below[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Data validation. Only choice is "Y". i.e "Y" is chosen [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD="colspan: 5"][/TD]
[/TR]
</tbody>[/TABLE]
Additionally, I have 5 columns from which the letter "Y" can be chosen which all relate to the same "sumif" total. So essentially each time the letter "Y" has been selected the total needs zero out and count again. Is this even possible or do I need a function placed into VBA?