if, else questions

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




I have a sheet with 3 columns: A, B, C
A is a dropdown with following values
compile, edit, audit

B is a dropdown and has the same values as A
compile, edit, audit

C is a text box that auto populates with either "Yes" or "No" depending on
what we select for A and B

If I select same values for A and B then I want a Yes for C
If I select different values for A and B then I want a No

Also, I have seen an IF statement in a cell that has text values.

The IF statement compares two cells with text values but has a '>' and a '<'
comparison made. For eg, If 'lion' < 'cat' then display '1' and so on.
My question is, How can we make such a comparison of > or < with a text value?

Thanks in Advance.
.



Relevant Pages

  • how to program this?
    ... A is a dropdown with following values ... compile, edit, audit ...
    (microsoft.public.excel.programming)
  • Allen B - Code to Audit changes
    ... DAO.Database didn't compile, so I searched and found that ... But the code isn't working for me to audit changes (I'm ... I NEVER got the "Edit TO" record. ... the AutoNum Key in the Audit table is ...
    (microsoft.public.access.forms)
  • RE: how to program this?
    ... In my case I have two columns A and B as dropdown menus and both have same ... edit, audit, compile. ... If B has 'audit' as its value and A has 'edit' as its value I want to ...
    (microsoft.public.excel.programming)
  • RE: how to program this?
    ... There are certain combinations that will show discrepancy. ... In my case I have two columns A and B as dropdown menus and both have same ... If B has 'audit' as its value and A has 'edit' as its value I want to ...
    (microsoft.public.excel.programming)
  • (v2003) Datagrid Dropdownlist Edit Problems
    ... I'm trying to edit data in a datagrid through a dropdown list with different ...
    (microsoft.public.dotnet.framework.aspnet)