Hello,
Issue:
I was looking for a formula that I can use that would look at 4 cells (in a row) on one sheet and compare them to 4 cells in another sheet, and if they match it would then look at a specific column on one sheet and take that number and multiply it by the number in a specific column on sheet two and display the results on sheet one.
For example:
I'm looking for the words apple, orange, berry and kiwi to be in the same row in both sheets (side by side columns) and if that is true then it would take cell 5 in column X of sheet one and multiply it by cell 5 of column X of sheet two and display it in column Y of sheet one
Notes:
We have over 1000 rows of data to go through so using a nested if statement would be very long to create and tedious. I don't know if there is something that can be done with arrays as I'm not sure if a look up with help.
Thank you all for your help
Bookmarks