Date formula required - simple?

mikemcbain

Board Regular
Joined
Nov 14, 2005
Messages
152
Office Version
  1. 365
Platform
  1. Windows
G'day Magicians

I have a column with around 100,000 dates in it mostly from the last one year period.

I would like a formula to put into the next column that returns an "O" if the day was an odd number or an "E" if the day was an even number . for example 04/04/2019 O and 05/04/2019 E

With thanks

Mike.
 
Last edited:

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK

Excel 2010
ABC
204-04-19FALSEO
305-04-19TRUEE
4
1b
Cell Formulas
RangeFormula
B2=ISEVEN(A2)
B3=ISEVEN(A3)
C2=IF(ISEVEN(A2),"E","O")
C3=IF(ISEVEN(A3),"E","O")
 
Upvote 0
Dave, many thanks for your quick response and perfect solution.

Greatly appreciated

Best regards

Mike.
Tasmania.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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