Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Using Excel, I have 3 conditions, lets say a1 is apple, a2 is apple,
a3 is pear. In C1 - I do a simple if...comparing if a1=a2, "match", else "error" so then I go to D1 - and i want to focus on the error columns - catching any instances where the record above may say match in column C but also that the info in column a matches as well. This is what i have come up with so far but I am getting a "this formula has an error" message. formula for column D ... =if(d1="match", "match", If(D2="error" and D1="match" and a1=a2, "match", "error")), I am comparing cell above to cell below - if match say match. Then I look at the cell below and if it already says match - leave alone.... but if it says error - go look at the cell above to see if the contents in top row top column match the second row top column- if these match, then say match.... otherwise say error. Unfortunately the person I am doing this for only has excel and not access. Anyone help out here? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested IF/OR/AND Statement Help | Excel Worksheet Functions | |||
Nested IF/OR/AND statement | Excel Discussion (Misc queries) | |||
how to do a nested if statement | Excel Discussion (Misc queries) | |||
Help with a nested IF statement. | Excel Discussion (Misc queries) | |||
Nested IF statement | Excel Discussion (Misc queries) |