8thwondurrrr
New Member
- Joined
- Sep 22, 2015
- Messages
- 13
First of all here is my function;
=IF(A7<>"",IF(COUNTIF($A$7:$A$33,A7)>1,"0.00",$D$4),"")
This formula pulls adds a fee (cell D4) when you sign in, and SHOULD allow a sign out and not add a duplicate membership fee.
This is meant for column B, is it blank when the parallel cell in column A is blank, however when a name is entered into column A (Member sign in) Column B pulls the Daily membership fee. This Part works!
The Next part of the function says is there is a duplicate in Column A (member Sign out) Column B is now 0 instead of the daily fee. THis also works! Except it makes BOTH entries sign in and sign out fees 0 INSTEAD OF just the SIGN OUT fee being 0.
How can I edit this formula to ONLY change the sign out fee 0 so we DO NOT add 2 Fees and inflate our daily earnings??
THANK YOU IN ADVANCE!
=IF(A7<>"",IF(COUNTIF($A$7:$A$33,A7)>1,"0.00",$D$4),"")
This formula pulls adds a fee (cell D4) when you sign in, and SHOULD allow a sign out and not add a duplicate membership fee.
This is meant for column B, is it blank when the parallel cell in column A is blank, however when a name is entered into column A (Member sign in) Column B pulls the Daily membership fee. This Part works!
The Next part of the function says is there is a duplicate in Column A (member Sign out) Column B is now 0 instead of the daily fee. THis also works! Except it makes BOTH entries sign in and sign out fees 0 INSTEAD OF just the SIGN OUT fee being 0.
How can I edit this formula to ONLY change the sign out fee 0 so we DO NOT add 2 Fees and inflate our daily earnings??
THANK YOU IN ADVANCE!