I need to create invoices for all my customers (about 60) from an excel file I export from the system, currently I have to input the values manually and it takes me about 4 to 5 hours on sunday nights and I'm tire of doing it like that to be honest
I was wondering if there is an IF statement to do the following:
File A:
------A---------B---
1 | Store 1 - $120
2 | Store 1 - $100
3 | Store 1 - $20
4 | Store 2 - $75
5 | Store 2 - $44
6 | Store 3 - $150
7 | Store 3 - $10
on file B:
I need to make a sum of all of the values on cell B from File A if they are from Store 1 and the same for store 2 and 3
So it would be something like If Column A say "Store 1" then sum all of the values on column B
and the same for Store 2 and 3
Is it possible to do that?
I hope you guys can help me out, thanks!!
I was wondering if there is an IF statement to do the following:
File A:
------A---------B---
1 | Store 1 - $120
2 | Store 1 - $100
3 | Store 1 - $20
4 | Store 2 - $75
5 | Store 2 - $44
6 | Store 3 - $150
7 | Store 3 - $10
on file B:
I need to make a sum of all of the values on cell B from File A if they are from Store 1 and the same for store 2 and 3
So it would be something like If Column A say "Store 1" then sum all of the values on column B
and the same for Store 2 and 3
Is it possible to do that?
I hope you guys can help me out, thanks!!