baggers719
Board Regular
- Joined
- Sep 18, 2009
- Messages
- 104
Hi,
I'm trying to automatically change the status of a project which is dependent on the contents of other cells.
This is the criteria I need:
Column A displays either a "1" or "0" depending if certain criteria are met. This works ok.
I then want Column B to display the following:
Needs to display "Shipped" if column A = 1 and column AJ = "Shipped"
then if this is not true and only column A = 1 then it needs to say "Ready". Else the display should read "Not ready"
this is the formula I have used and I can't get it to work.
= IF(AND(A5=1,AJ="Shipped"),"Shipped", IF(AND(A5=1,AJ="Not Shipped"),"Ready","Not Ready"))
Thanks for your time. I really appreciate it as always.
Sean
I'm trying to automatically change the status of a project which is dependent on the contents of other cells.
This is the criteria I need:
Column A displays either a "1" or "0" depending if certain criteria are met. This works ok.
I then want Column B to display the following:
Needs to display "Shipped" if column A = 1 and column AJ = "Shipped"
then if this is not true and only column A = 1 then it needs to say "Ready". Else the display should read "Not ready"
this is the formula I have used and I can't get it to work.
= IF(AND(A5=1,AJ="Shipped"),"Shipped", IF(AND(A5=1,AJ="Not Shipped"),"Ready","Not Ready"))
Thanks for your time. I really appreciate it as always.
Sean