R
Robert Couchman
Hello and good morning all,
i have a big problem at the moment, logically i have been
trying to compare values. here is the situation:
look at values in columns AM to AQ for each row,
if cells on row between AM to AQ are greater than 8 then
cell AT on row = "Pass"
ELSE
AT = "Fail"
can anyone help me do the check?
i have tried using the if ... And ... And ... Then
function, but i have not had much luck. so i tried
comparing each cell using:
if ... then
if ... then
if ... then
else
end if
else
end if
else
end if
but still no luck!!!
Please can someone help??
Thank you,
Robert Couchman
([email protected])
i have a big problem at the moment, logically i have been
trying to compare values. here is the situation:
look at values in columns AM to AQ for each row,
if cells on row between AM to AQ are greater than 8 then
cell AT on row = "Pass"
ELSE
AT = "Fail"
can anyone help me do the check?
i have tried using the if ... And ... And ... Then
function, but i have not had much luck. so i tried
comparing each cell using:
if ... then
if ... then
if ... then
else
end if
else
end if
else
end if
but still no luck!!!
Please can someone help??
Thank you,
Robert Couchman
([email protected])