excel - If column A equals column B then return value in column C -


i have spreadsheet different database cuts of data existed in past stage , current stage.

i want see if "company a" in column in negotiation stage in column b exists "company a" in column c (a subset of column a) in closed won stage in column d. if case, want return $ amount value in column e.

ignoring specific scenario, core logic need if column equals column b return value in column c.

=if(condition, value if true, value if false)

check this,

=if(a1=b1, c1, "") 

for example


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -