How do you grab the date?

entauri

New Member
Joined
Jun 23, 2014
Messages
18
Hi,

How would you get Column B from Column A?

Col A
Col B
List
Date
15-Nov-17
15-Nov-17
Bread
15-Nov-17
Apples
15-Nov-17
Bananas
15-Nov-17
16-Nov-17
16-Nov-17
Eggs
16-Nov-17
Bread
16-Nov-17
17-Nov-17
17-Nov-17
Bananas
17-Nov-17

<tbody>
</tbody>


Thanks greatly in advance!


MET
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Assuming data in col A is always either a date or text, copy B2 down. Format col B as Date.
Sheet1


AB
1ListDate
215-Nov-1715-Nov-17
3Bread15-Nov-17
4Apples15-Nov-17
5Bananas15-Nov-17
616-Nov-1716-Nov-17
7Eggs16-Nov-17
8Bread16-Nov-17
917-Nov-1717-Nov-17
10Bananas17-Nov-17

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:70px;"><col style="width:70px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B2=IF(ISNUMBER(A2),A2,B1)

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Last edited:
Upvote 0
You are welcome - thanks for the reply.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

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