Work_Sheet
New Member
- Joined
- Feb 12, 2018
- Messages
- 2
Is there a command to copy values and update the destination range in case the values changes? Like I have a list of items that i sell everyday. Now not all of it are sold everyday, sometimes some of the items only in the list. What I what is something that will automatically copy the items that was sold and skip those items that did not sell. I know that the filter button can be handy but I need something that will be used as a sales tracker or something. But I don't need to run or click vba's. I need something that runs and update automatically whenever there is change in the sales. But in case an item is zero or did not sell on a particular day, the next item will follow the last and there should not be any space in between.
Can somebody help? Thanks....
[TABLE="width: 0"]
<tbody>[TR]
[TD="colspan: 3"]SOURCE
[/TD]
[TD][/TD]
[TD="colspan: 3"]DESTINATION
[/TD]
[/TR]
[TR]
[TD]CODE
[/TD]
[TD]NAME
[/TD]
[TD]SOLD
[/TD]
[TD][/TD]
[TD]CODE
[/TD]
[TD]NAME
[/TD]
[TD]SOLD
[/TD]
[/TR]
[TR]
[TD]10001
[/TD]
[TD]Platter
[/TD]
[TD]13
[/TD]
[TD][/TD]
[TD]10001
[/TD]
[TD]Platter
[/TD]
[TD]13
[/TD]
[/TR]
[TR]
[TD]10002
[/TD]
[TD]Shrimp
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD]10002
[/TD]
[TD]Shrimp
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]10003
[/TD]
[TD]CHK Wing
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD]10003
[/TD]
[TD]CHK Wing
[/TD]
[TD]4
[/TD]
[/TR]
[TR]
[TD]10005
[/TD]
[TD]Quesadilla
[/TD]
[TD]7
[/TD]
[TD][/TD]
[TD]10005
[/TD]
[TD]Quesadilla
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD]10006
[/TD]
[TD]Chees Stck
[/TD]
[TD]0
[/TD]
[TD][/TD]
[TD]10007
[/TD]
[TD]Chees Fri
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]10007
[/TD]
[TD]Chees Fri
[/TD]
[TD]5
[/TD]
[TD][/TD]
[TD]80006
[/TD]
[TD]DynamitShri
[/TD]
[TD]23
[/TD]
[/TR]
[TR]
[TD]80006
[/TD]
[TD]DynamitShri
[/TD]
[TD]23
[/TD]
[TD][/TD]
[TD]80009
[/TD]
[TD]Mushrooms
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]80009
[/TD]
[TD]Mushrooms
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
Can somebody help? Thanks....
[TABLE="width: 0"]
<tbody>[TR]
[TD="colspan: 3"]SOURCE
[/TD]
[TD][/TD]
[TD="colspan: 3"]DESTINATION
[/TD]
[/TR]
[TR]
[TD]CODE
[/TD]
[TD]NAME
[/TD]
[TD]SOLD
[/TD]
[TD][/TD]
[TD]CODE
[/TD]
[TD]NAME
[/TD]
[TD]SOLD
[/TD]
[/TR]
[TR]
[TD]10001
[/TD]
[TD]Platter
[/TD]
[TD]13
[/TD]
[TD][/TD]
[TD]10001
[/TD]
[TD]Platter
[/TD]
[TD]13
[/TD]
[/TR]
[TR]
[TD]10002
[/TD]
[TD]Shrimp
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD]10002
[/TD]
[TD]Shrimp
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]10003
[/TD]
[TD]CHK Wing
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD]10003
[/TD]
[TD]CHK Wing
[/TD]
[TD]4
[/TD]
[/TR]
[TR]
[TD]10005
[/TD]
[TD]Quesadilla
[/TD]
[TD]7
[/TD]
[TD][/TD]
[TD]10005
[/TD]
[TD]Quesadilla
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD]10006
[/TD]
[TD]Chees Stck
[/TD]
[TD]0
[/TD]
[TD][/TD]
[TD]10007
[/TD]
[TD]Chees Fri
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]10007
[/TD]
[TD]Chees Fri
[/TD]
[TD]5
[/TD]
[TD][/TD]
[TD]80006
[/TD]
[TD]DynamitShri
[/TD]
[TD]23
[/TD]
[/TR]
[TR]
[TD]80006
[/TD]
[TD]DynamitShri
[/TD]
[TD]23
[/TD]
[TD][/TD]
[TD]80009
[/TD]
[TD]Mushrooms
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]80009
[/TD]
[TD]Mushrooms
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]