Hey guys I seem to be stumped!
I have a spreadsheet and I am trying to get a value in an individual cell based on two rows of data on two different tabs and then multiply by another row of data
Sheet 1 has
column A, 63 lines with numbers
column B, 63 lines with numbers
Sheet 2 has
column A has 1200 lines with numbers
Column B has 1200 lines with numbers
Column C should have result
anytime column A in sheet 1 matches the value in column A in sheet two, then multiply the cell in Column B in sheet 2 with Column B in sheet 1 with the result in Sheet 2 column C
I could do 63 nested if statements but that just seems like I would be looking for trouble, is there an array formula that would get me the results I am looking for?
Any direction would be appreciated!
Thanks in advance
I have a spreadsheet and I am trying to get a value in an individual cell based on two rows of data on two different tabs and then multiply by another row of data
Sheet 1 has
column A, 63 lines with numbers
column B, 63 lines with numbers
Sheet 2 has
column A has 1200 lines with numbers
Column B has 1200 lines with numbers
Column C should have result
anytime column A in sheet 1 matches the value in column A in sheet two, then multiply the cell in Column B in sheet 2 with Column B in sheet 1 with the result in Sheet 2 column C
I could do 63 nested if statements but that just seems like I would be looking for trouble, is there an array formula that would get me the results I am looking for?
Any direction would be appreciated!
Thanks in advance