ArsenalFan1
New Member
- Joined
- Sep 18, 2006
- Messages
- 8
Hi,
This is my first post. Any help would be appreciated.
I have some information in lets say Sheet3
COL1 COL2 COL3
ROW1 CompanyXYZ 002 $10
ROW2 ComapnyYS 001 11
ROW3 XYZ Company 003 10
ROW4 YS 002 9
ROW5 XYZ 003 12
In sheet1 in Range("A2) I want to put the sum of company lets say XYZ added together. The values are in Col3. So I want to search XYZ in Sheet3, add 10 + 10 + 12 and put 32 in sheet1.
But there is also a possibility that XYZ is not present in sheet3 then I want to put 0 in sheet1.
Thanks for your time.
This is my first post. Any help would be appreciated.
I have some information in lets say Sheet3
COL1 COL2 COL3
ROW1 CompanyXYZ 002 $10
ROW2 ComapnyYS 001 11
ROW3 XYZ Company 003 10
ROW4 YS 002 9
ROW5 XYZ 003 12
In sheet1 in Range("A2) I want to put the sum of company lets say XYZ added together. The values are in Col3. So I want to search XYZ in Sheet3, add 10 + 10 + 12 and put 32 in sheet1.
But there is also a possibility that XYZ is not present in sheet3 then I want to put 0 in sheet1.
Thanks for your time.