I have data in column A, B, and C. I want to search text "X" in column A and search text "Y" in column B, if in the same raw, column A ="X", and column B = "Y", then I want the value of column C. (if "X" and "Y" are not in the same raw, that's not wanted)
Please help!
2007-08-12
15:57:13
·
4 answers
·
asked by
imjscn
1
in
Computers & Internet
➔ Programming & Design
In Excel, I mean, I don't know any computer language.
Thanks.
2007-08-12
18:57:50 ·
update #1
Thanks for the first 3 answers! But the problem is not solved yet, --sorry, I didn't make my question clear. Here it is:
A B C D
w xy 1 D1=search A and B to find
x wz 2 "wx", return "3" in D1
y wx 3
z xz 4
2007-08-12
23:50:48 ·
update #2