View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default Flag Needed for Membership Renewal Notification?

Try this in J1 (assuming data starts at row 1 without any headers)

=IF(OR(AND(J1="10 Card Class",K1=10),AND(J1="20 Card Class",K1=20)),"Re-New
Class Membership","")

"Danny Boy" wrote:

Column J Column K Column L

10 Card Class Drop down Needed Formula
20 Card Class list of numbers
1-20

What I'd like is a formula that flags the word "Re-New Class Membership" if
either of the following conditions are present: (a) Column J is a 10 card
class, and Column K idicates that class #10 has been used, and (b) Column J
is a 20 Card Class, and Column K indicates that class #20 has been used.

The formula in Column L would alert the staff that the member needs to
re-new their 10 or 20 card class membership.

Thanks in advance for the help,

Dan