I have a VLOOKUP formula that returns the rate for a piece of equipment based on the unit# entered. Both my lookup vector and result vector are on sheet 2. My formula works great so far but I want to add a second criteria and can't figure out how.
Sheet 1 is set up as follows:
Column 1 Column 2 Column 3
Unit# Unit of Measure Rate
676 Hour 15
Sheet 2 is set up as follows:
Column 1 Column 2 Column 3
Unit# Unit of Measure Rate
676 Hour 15
676 Day 100
My formula in Sheet 1 cell C2 reads:
=LOOKUP(A2,'Sheet2'!$A$2:$A$100,'Sheet2'!$C$2:$C$100)
How do I add a second condition to my formula that will change my rate to $100 if Day is selected on Sheet 1 instead of Hour?
Bookmarks