I posted questions yesterday and the day before and have not received any response. Am I posting incorrect or are my questions formulated incorrect?
following is the post I mady yesterday

data validation Plus question
I have a sheet that allows input in the range of cell A1:J1 and uses Data Validation from a list to only allow "Y" or "N" as an input. I only want to allow a total 5 "Y" s to be input into cell range A1:J1. Once there have been a total of 5 "Y" s entered in this cell range, then you would only be allowed to leave it blank or enter a "N". I use cell K1 to count back to 0 starting at 5 how many cells in that range = "Y". I want to not allow a "Y" as input in cell A1:J1 AFTER cell K1 =0 using formula in K1
=5-(COUNTIF((A1:J1),"Y")) to count down to 0. I do not want to use VBA if possible.
__________________

Thanks For any help