Where next, I'm not sure and need help

  • Thread starter Thread starter deaconj999
  • Start date Start date
D

deaconj999

Hi All,

cell AN1009 formula

=IF(AO1009>=AM1009,"RETURNS OVERDUE","RETURNS RECIEVED")

I need to expand this where if AO1009 is < AM 1009 "Returns revieved
but late" appears in AN1009.

Anyone help I can't get it to work when I change it.

TVM

Joe
 
=IF(AO1009>=AM1009,"RETURNS OVERDUE", IF(AO1009<AM1009,"RETURNS
REVIEVED","RETURNS RECIEVED"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top