Forum Discussion

SeanM365's avatar
SeanM365
Copper Contributor
Oct 29, 2020
Solved

Excel Formula Help - Add specific value based on cell value

Hello all,   Would appreciate some help with building a formula. I've provided a more basic example of what I need below. I want to complete Column C, by adding a certain value to Column B, depend...
  • SeanM365 

    You may simply try this...

     

    In C1

    =B1+IF(A1="Up",50,IF(A1="Down",100,0))

    and then copy it down.

     

Resources