You're not making it very easy. First you say columns A to E,
then you say another five cells and list 6 cells..??
Anyway I'll take a guess and try this approach.
Select A1
Hold down Ctrl and select D1, G1, J1, M1 and O1
Click in the Name Box and name your range Rang1
then use this formula in a cell of your choice.
=IF(INDEX(FREQUENCY(Rang1,{0.99999999}),2)>1,"Y","")
HTH
Martin
"Schulzy" <(E-Mail Removed)> wrote in message
news:33E5B4D9-8674-4C80-9724-(E-Mail Removed)...
> Thanks but my 5 cells are not in consequtive range eg A,D,G,J,M,O this
> formula only allows for three cells not the full five
>
> "T. Valko" wrote:
>
>> Try this:
>>
>> =IF(COUNTIF(A1:E1,">=1")>=2,"Y","")
>>
>> --
>> Biff
>> Microsoft Excel MVP
>>
>>
>> "Schulzy" <(E-Mail Removed)> wrote in message
>> news:89A6C83A-3D82-408D-864A-(E-Mail Removed)...
>> > Ok so I cant fiure this one out Help please anyone....
>> > I am trying to set a formula that states if any 2 or more of columns A,
>> > B,
>> > C, D and E are equal to or greater than 1 then formula cell will equal
>> > Y
>> >
>> > Can anyone tell me how to set this standard If formula doesnt work
>>
>>
>>
|