I am creating a membership chart for a chartered club where we charge for a daily fee and hourly fee. Column A is the Name, B is the fee. I need a function for column B to be blank until a name is scanned into column A, once a name is scanned it copies the member fee (from column D4), HOWEVER once the 2nd scan (scan out) it is 0.00. the problem with the formula I use, is that BOTH daily fees get changed to 0.00 instead of just the second iteration. How can I fix this? =IF(A7<>"",IF(COUNTIF($A$7:$A$33,A7)>1,"0.00",$D$4),"")
Solved by O. J. in 19 mins