AND Expression

mardimus

New Member
Joined
Feb 2, 2015
Messages
21
I am trying to create an expression that lists a value in a new column based on the logic that a date has passed today. Any help on how to recreate this as the Today or AND expression is not working.

Was Project Delinquent?:=IIF(AND(IsNull(Date1),[Date2]<TODAY()),1,0)

Thanks for any help.

Marty
 
The equivalent in Access would look something like:
Code:
IIf(IsNull([Act RFU]) And ([Comp RFU] < Date()),1,0)
<date()),1,0)[ code]<="" html=""></date()),1,0)[>
 
Upvote 0

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,221,877
Messages
6,162,579
Members
451,776
Latest member
bosvinn

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