Help with Formulas containing text and dates

Felicia Melocoton

New Member
Joined
Jan 30, 2005
Messages
5
Working with Formulas with text and dates

I have 7 columns. On the 5th column that says Date Completed, If I enter a date on this column, for example 01/22/05, I would like the next column which is the pass/Fail column to give me the result as pass

example:
01/22/05 = Pass
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Felicia Melocoton said:
Working with Formulas with text and dates

I have 7 columns. On the 5th column that says Date Completed, If I enter a date on this column, for example 01/22/05, I would like the next column which is the pass/Fail column to give me the result as pass

example:
01/22/05 = Pass

In Q2 enter:

=ISNUMBER(P2)+0

where P2 a Date Completed cell and Q2 a Fail/Pass cell.

Custom format Q2 as:

[=0]"Fail";[=1]"Pass"
 
Upvote 0
Works fine for me, assuming a blank entry means "fail" until a date is entered which will make it a "pass".
 
Upvote 0
Yes, Ken that is exactly the answer that I am looking for.

If there is no entry date on the Date Completed it is a Fail, If there is an entry date on the Date Completed it is a Pass.

Please help me with the formula.
Thanks
 
Upvote 0

Forum statistics

Threads
1,202,976
Messages
6,052,871
Members
444,606
Latest member
rwmhr

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