excel - If "x" is in column A and "y" is in column B, I want column C to be 5. I have a list of about 190 values. What is the most efficient way to do this? -
i have list of 190 column c values correspond specific column , column b values. created huge if statement, excel says it's large , keep messing parentheses. more efficient way solve problem? example, if column "united" , column b "brain", want column c 150. first value. thank you.
if data in column , b. use concatenate in column c:
concatenate(a1, b1)
then in sheet values, insert column between values column , 2 criteria columns. use concatenate in column (sane formula above).
then on first sheet in column d use formula:
vlookup(c1, sheet2!c1:d190, 2, false)
this assuming second sheet sheet 2 yadda yadda.
let me know if run issue!
Comments
Post a Comment