If Function

Closed
hjmarshall Posts 1 Registration date Tuesday September 10, 2013 Status Member Last seen September 10, 2013 - Sep 10, 2013 at 09:50 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Sep 10, 2013 at 11:24 AM
What is the formula to get a return value of Y in column x, by looking at the data in columns a,b,c,d,e,f,g to see if they indicate y.
Related:

1 response

TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 552
Sep 10, 2013 at 11:24 AM
Hi Hjmarshall,

Return Y in cell X1 if y is found in range A1:G1, then use:
=IF(COUNTIF(A1:G1,"y")>0,"Y","")

Best regards,
Trowa

Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
0