Karthikeyan Devan
Board Regular
- Joined
- May 5, 2009
- Messages
- 114
Hi All,
I need a VBA code where it check the criterias and display the result.
Suppose if A1 states "Hi" and B2 states "Hello" in cell C2 automatically display the result stating "Don't assign".
iF A2 states "Hello" and B2 states "Hey" then in cell C2 automatically display "Please assign".
To be more clear, A2 and B2 has a filter option where users choose from dropdown. According to the criteria, it has to display the result in C2, wherein C2 is also have a filter option where it has two options to display. One is Please assign and Don't assign.
Please assist me on this. Also, whatever it displays in C2 has to come has a Msg box as well which make people more alert.
Thank you for looking into this.
I need a VBA code where it check the criterias and display the result.
Suppose if A1 states "Hi" and B2 states "Hello" in cell C2 automatically display the result stating "Don't assign".
iF A2 states "Hello" and B2 states "Hey" then in cell C2 automatically display "Please assign".
To be more clear, A2 and B2 has a filter option where users choose from dropdown. According to the criteria, it has to display the result in C2, wherein C2 is also have a filter option where it has two options to display. One is Please assign and Don't assign.
Please assist me on this. Also, whatever it displays in C2 has to come has a Msg box as well which make people more alert.
Thank you for looking into this.