If-and-how??

UniAmyColeman

New Member
Joined
May 16, 2018
Messages
9
Hi All

I have spent fruitless hours on something that I am pretty sure should be straightforward, please help my sanity :confused::confused:

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]AJ[/TD]
[TD="align: center"]AK[/TD]
[TD="align: center"]AN[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Date expected[/TD]
[TD="align: center"]Overdue?[/TD]
[TD="align: center"]Submitted[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]05/05/2018[/TD]
[TD][/TD]
[TD]07/05/2018[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD]16/07/2018[/TD]
[TD][/TD]
[TD]#/N/A[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD]05/09/2017[/TD]
[TD][/TD]
[TD]#N/A[/TD]
[/TR]
</tbody>[/TABLE]


So, I want the word "Overdue" to appear in AK IF AJ is older than today AND AN is blank - does not contain a date (AN is pulling a VLOOKUP producing a date from another sheet when the submission is received). So in the above example "Overdue" would appear only in AK5

I have the dynamic date in cell B3 of the spreadsheet if that's an important factor?

Any advice appreciated :)

Amy
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
try this in AK3 and copy down

=IF(AND(AJ3 < TODAY(),NOT(ISNUMBER(AN3))),"Overdue","")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,286
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top