Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
basically i want to do this equation
if a1=a3 than w if not check to see if a1=b3 than x if not check to see if a1=c3 than y if not check to see if a1=c4 than z and so on. can anyone tell me what function or functions i need to use to do this. i an trying it with =IF and can't get it to work. |
#2
![]() |
|||
|
|||
![]()
Try this:
=IF(A3=B3,"x",IF(A3=B4,"y",IF(A3=B5,"z",""))) "cheshire191" wrote: basically i want to do this equation if a1=a3 than w if not check to see if a1=b3 than x if not check to see if a1=c3 than y if not check to see if a1=c4 than z and so on. can anyone tell me what function or functions i need to use to do this. i an trying it with =IF and can't get it to work. |
#3
![]() |
|||
|
|||
![]() -- HTH RP (remove nothere from the email address if mailing direct) "cheshire191" wrote in message ... basically i want to do this equation if a1=a3 than w if not check to see if a1=b3 than x if not check to see if a1=c3 than y if not check to see if a1=c4 than z and so on. can anyone tell me what function or functions i need to use to do this. i an trying it with =IF and can't get it to work. |
#4
![]() |
|||
|
|||
![]()
=IF(A1=A3,"w",IF(A1=B3,"x",IF(A1=C3,"y",IF(A1=D3," z",""))))
-- HTH RP (remove nothere from the email address if mailing direct) "cheshire191" wrote in message ... basically i want to do this equation if a1=a3 than w if not check to see if a1=b3 than x if not check to see if a1=c3 than y if not check to see if a1=c4 than z and so on. can anyone tell me what function or functions i need to use to do this. i an trying it with =IF and can't get it to work. |
#5
![]() |
|||
|
|||
![]()
Sweet Dood .. thanks a million .. it worked like a charm!!!!
"David Hepner" wrote: Try this: =IF(A3=B3,"x",IF(A3=B4,"y",IF(A3=B5,"z",""))) "cheshire191" wrote: basically i want to do this equation if a1=a3 than w if not check to see if a1=b3 than x if not check to see if a1=c3 than y if not check to see if a1=c4 than z and so on. can anyone tell me what function or functions i need to use to do this. i an trying it with =IF and can't get it to work. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple cell editing | Excel Worksheet Functions | |||
Counting Multiple Values In A Cell | Excel Worksheet Functions | |||
generate multiple rows based on cell value | Excel Worksheet Functions | |||
Can multiple cell results be displayed in a single cell? | Excel Discussion (Misc queries) | |||
Multiple lines in 1 cell | Excel Discussion (Misc queries) |