I am trying to figure out how to only look up ABC stock to calculate dividends only.
Column B: indicates whether it is DIV, BUY, SELL
Column C: name of stock (ABC stock)
Column J: $ amount
R3 = the lookup value aka stock
How do I change this current formula to only include DIV for ABC stock?
Column B: indicates whether it is DIV, BUY, SELL
Column C: name of stock (ABC stock)
Column J: $ amount
R3 = the lookup value aka stock
How do I change this current formula to only include DIV for ABC stock?
Excel Formula:
=SUM(VLOOKUP(R3,C2:J44,{8},1))