Please help
What I am looking for is that I have a sheet that has grades. I have it in 4 sections for quarterly.
I am trying to do is in B1 is reference 4 different cells and determine 4 different results according to the data is these cells and copy from another 4 cells depending on the result....
If(F1) has a date then paste (E1), but if (Q1) has a date then paste (O1), or if (AB1) has a date then paste (Z1),or if (AM1) has a date then paste (AK1). It doesn't matter what the dates are, they will always be a ascending.
This is what I am using now but it is not working properly, it produces the results for the 3rd and 4th quarter, but if the not for the 1st and 2nd quarter. if the 1st and 2nd are filled in it will show (0) as the result. not until the 3rd quarter is filled in does it show the correct result..i am stuck PLS help
=IF(OR(F1>0,E1,E1,E1),IF(OR(Q1>0,O1,E1),IF(OR(AB1>0,Z1,O1),IF(AM1>0,AK1,Z1))))
B1=failing grades at this time
F1,Q1,AB1, and AM1=contains dates of when the quarterly grades came in
E1,O1,Z1, and AK1=contains the number of grades not passing in this particular quarter
What I am looking for is that I have a sheet that has grades. I have it in 4 sections for quarterly.
I am trying to do is in B1 is reference 4 different cells and determine 4 different results according to the data is these cells and copy from another 4 cells depending on the result....
If(F1) has a date then paste (E1), but if (Q1) has a date then paste (O1), or if (AB1) has a date then paste (Z1),or if (AM1) has a date then paste (AK1). It doesn't matter what the dates are, they will always be a ascending.
This is what I am using now but it is not working properly, it produces the results for the 3rd and 4th quarter, but if the not for the 1st and 2nd quarter. if the 1st and 2nd are filled in it will show (0) as the result. not until the 3rd quarter is filled in does it show the correct result..i am stuck PLS help
=IF(OR(F1>0,E1,E1,E1),IF(OR(Q1>0,O1,E1),IF(OR(AB1>0,Z1,O1),IF(AM1>0,AK1,Z1))))
B1=failing grades at this time
F1,Q1,AB1, and AM1=contains dates of when the quarterly grades came in
E1,O1,Z1, and AK1=contains the number of grades not passing in this particular quarter