I need assistance in returning the value 12.029. I need to make sure that column A matches and Column B matches and return the value that is in column C. Not sure if this is IF and, VLOOKUP or MATCH. a vlookup would work for one value, but I need both values to match before returning the appropriate value in column C. Please help!!
[TABLE="width: 384"]
<TBODY>[TR]
[TD="class: xl65, width: 259, bgcolor: transparent"]A & W Electric, Inc.
[/TD]
[TD="class: xl65, width: 82, bgcolor: transparent"]TRIR 2012
[/TD]
[TD="class: xl66, width: 171, bgcolor: transparent, align: right"]12.029
[/TD]
[/TR]
[TR]
[TD="class: xl65, bgcolor: transparent"]A & W Electric, Inc.
[/TD]
[TD="class: xl65, bgcolor: transparent"]TRIR 2013
[/TD]
[TD="class: xl66, bgcolor: transparent, align: right"]9.871
[/TD]
[/TR]
[TR]
[TD="class: xl65, bgcolor: transparent"]A & W Electric, Inc.
[/TD]
[TD="class: xl65, bgcolor: transparent"]TRIR 2014
[/TD]
[TD="class: xl66, bgcolor: transparent, align: right"]7.916
[/TD]
[/TR]
</TBODY>[/TABLE]
I need to populate the chart for hundreds of values as such:
[TABLE="width: 495"]
<TBODY>[TR]
[TD="class: xl65, width: 455, bgcolor: transparent"]Company
[/TD]
[TD="class: xl66, width: 78, bgcolor: transparent"]TRIR 2012
[/TD]
[TD="class: xl66, width: 64, bgcolor: transparent"]TRIR 2013
[/TD]
[TD="class: xl66, width: 64, bgcolor: transparent"]TRIR 2014
[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 455, bgcolor: transparent"]A & W Electric, Inc.
[/TD]
[TD="class: xl65, width: 78, bgcolor: transparent"]X
[/TD]
[TD="class: xl65, width: 64, bgcolor: transparent"]X
[/TD]
[TD="class: xl65, width: 64, bgcolor: transparent"]X
[/TD]
[/TR]
</TBODY>[/TABLE]
the X's are where my formulas will go.
[TABLE="width: 384"]
<TBODY>[TR]
[TD="class: xl65, width: 259, bgcolor: transparent"]A & W Electric, Inc.
[/TD]
[TD="class: xl65, width: 82, bgcolor: transparent"]TRIR 2012
[/TD]
[TD="class: xl66, width: 171, bgcolor: transparent, align: right"]12.029
[/TD]
[/TR]
[TR]
[TD="class: xl65, bgcolor: transparent"]A & W Electric, Inc.
[/TD]
[TD="class: xl65, bgcolor: transparent"]TRIR 2013
[/TD]
[TD="class: xl66, bgcolor: transparent, align: right"]9.871
[/TD]
[/TR]
[TR]
[TD="class: xl65, bgcolor: transparent"]A & W Electric, Inc.
[/TD]
[TD="class: xl65, bgcolor: transparent"]TRIR 2014
[/TD]
[TD="class: xl66, bgcolor: transparent, align: right"]7.916
[/TD]
[/TR]
</TBODY>[/TABLE]
I need to populate the chart for hundreds of values as such:
[TABLE="width: 495"]
<TBODY>[TR]
[TD="class: xl65, width: 455, bgcolor: transparent"]Company
[/TD]
[TD="class: xl66, width: 78, bgcolor: transparent"]TRIR 2012
[/TD]
[TD="class: xl66, width: 64, bgcolor: transparent"]TRIR 2013
[/TD]
[TD="class: xl66, width: 64, bgcolor: transparent"]TRIR 2014
[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 455, bgcolor: transparent"]A & W Electric, Inc.
[/TD]
[TD="class: xl65, width: 78, bgcolor: transparent"]X
[/TD]
[TD="class: xl65, width: 64, bgcolor: transparent"]X
[/TD]
[TD="class: xl65, width: 64, bgcolor: transparent"]X
[/TD]
[/TR]
</TBODY>[/TABLE]
the X's are where my formulas will go.