C
Connie
I have this formula on worksheet 4, which is working fine:
=IF('SHEET 1'!AH16<>"",'SHEET 1'!AH16,IF('SHEET 2'!
AH16<>"",'SHEET 2'!AH16,IF('SHEET 3'!AH16<>"",'SHEET 3'!
AH16,"")))
Now I need to add to that formula that if AH16 = OV, then
to ignore it. This applies to each sheet.
AH16 on all sheets could be blank, or could be P, or B, or
OV. If OV is in AH16, I don't want anything put in the
cell on worksheet 4.
Hope I'm making this clear.
Thank you.
Connie
=IF('SHEET 1'!AH16<>"",'SHEET 1'!AH16,IF('SHEET 2'!
AH16<>"",'SHEET 2'!AH16,IF('SHEET 3'!AH16<>"",'SHEET 3'!
AH16,"")))
Now I need to add to that formula that if AH16 = OV, then
to ignore it. This applies to each sheet.
AH16 on all sheets could be blank, or could be P, or B, or
OV. If OV is in AH16, I don't want anything put in the
cell on worksheet 4.
Hope I'm making this clear.
Thank you.
Connie