Conditional Formula in Different Worksheets
Sponsor
Excel Formulas Question:
I have two excel worksheets
Excel Worksheet 1 has the primary input
Column A1: M Column B1: $12.5
Column B1: S Column B2: $17.00
While Excel Worksheet 2 has a value of M or S in column B and a number in column A, I want to have the formula look up the letter in Column B excel worksheet 2 for a match in Excel Worksheet 1 and determine if it is an M or S and then return the value of $12.50 or $17 and then multiply it by column A in Excel Worksheet 2. The answer will be in Excel Worksheet 2.
Excel Formulas Answer:
Not sure about having S and 12.5 in B1? But the basic idea of your condition excel formula is if you want the result in C1 of sheet 2
=VLOOKUP(B1,A$1:B$2,2,)*A1
Rate This Tips:
Incoming excel search terms
basic excel formulas with worksheetsl,compare columns in different worksheets,conditional formula in different worksheets in excel,conditional formular in excel return #value,excel formula on different worksheets,excel formulas different worksheets,exel formulas in different worksheets,formula different column in excel,writing conditional formulas in excel,year date calculation of different worksheets,year formula different worksheet
Related Excel Tips
Comments
Have another excel answer or questions for this problem ?
Feel free to post it here..















