Jaimee001
Member
Hi All,
I have a report with 500 rows and 12 columns (2013 by month). For each row there is a number in each cell. I need to determine what rows have a full year where each month the number is less than or equal to 600. I thought I could do it by formatting the cell color but then I would need to do some VB and I'm not really good at VB. I tried an If statement:
if(B2:M2 <601),"Y","N") but that doesn't work quite right.
I've attached a report (with the yellow highlights) Row 2 and 4 are what I'm looking for. For each of those rows, each month is <=600. Hopefully, I'm not being too confusing.
Thank you for all that you do!
Regards,
Jaimee
I have a report with 500 rows and 12 columns (2013 by month). For each row there is a number in each cell. I need to determine what rows have a full year where each month the number is less than or equal to 600. I thought I could do it by formatting the cell color but then I would need to do some VB and I'm not really good at VB. I tried an If statement:
if(B2:M2 <601),"Y","N") but that doesn't work quite right.
I've attached a report (with the yellow highlights) Row 2 and 4 are what I'm looking for. For each of those rows, each month is <=600. Hopefully, I'm not being too confusing.
Thank you for all that you do!
Regards,
Jaimee