im trying to make an excel spread sheet but need a little help with a formula.
what im trying/wanting to do is get a total amount of a specific item.
lets say
worksheet 1
A1= the word "nails"
J1 = total amount sold
worksheet 2
A7= the word "nails"
J7 = total amount sold
basically i have 150 worksheets with total amounts and want to find out the easiest and best way to gather and add all the information of total "nails" sold onto one single line. There is another 100 lines per worksheet with other products and nothing is in the same order.
The only way i can think of doing it is by actually searching for each line that contains the word "nails" and adding them together.
e.g
=SUM('sheet 1'!J1+'sheet 2'!J7............etc x150 sheets x100 different items (not including any new sheets i want to add at a later date) = a lot of time consuming work.
what im looking for is something along the lines of
find all lines in column A that return the result of the text "nails" and then add all the totals of the corresponding J column together from all 150 worksheets.
any help would be gratefully accepted, i am not quite a novice and will understand what you say but cant get my head round this puzzle of mine.
thank you.
what im trying/wanting to do is get a total amount of a specific item.
lets say
worksheet 1
A1= the word "nails"
J1 = total amount sold
worksheet 2
A7= the word "nails"
J7 = total amount sold
basically i have 150 worksheets with total amounts and want to find out the easiest and best way to gather and add all the information of total "nails" sold onto one single line. There is another 100 lines per worksheet with other products and nothing is in the same order.
The only way i can think of doing it is by actually searching for each line that contains the word "nails" and adding them together.
e.g
=SUM('sheet 1'!J1+'sheet 2'!J7............etc x150 sheets x100 different items (not including any new sheets i want to add at a later date) = a lot of time consuming work.
what im looking for is something along the lines of
find all lines in column A that return the result of the text "nails" and then add all the totals of the corresponding J column together from all 150 worksheets.
any help would be gratefully accepted, i am not quite a novice and will understand what you say but cant get my head round this puzzle of mine.
thank you.