Hey guys,
I've created a little fake business spreadsheet to play around with excel with but I've run into a roadblock that I'm not really sure how I can fix. In one sheet I have memberships that show a start date and an end date of said customers and whether or not they are displayed as 'Active'.
t.png
On another sheet there are the job listings.
tt.png
Currently, the 'Member?' formula is =IFNA(IF(MATCH(D5750,Memberships!D:D,0),true),false) So that if the customer appears in the membership tab once typed in the Member? tab will display as True and they will be charged discounted prices.
However, this does not count whether their membership is active or not.
What im looking is for a way to match the customer to the membership sheet and figure out if their membership is active before it displays TRUE.
Not sure if there is a solution to this or if I could find a better way to change this. Any help would be appreciated, thanks guys.
Bookmarks