Addiing a column

gdspeare

Board Regular
Joined
Oct 8, 2002
Messages
198
I am addinng a column to my table. In an adjacent column, i have a date in the format mm/dd/yyyy. in the new column i want to have the month populate based on the MM of the adjacent column... what is the best way to do this?

help please
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
If you can derive a column's value from an existing column, generally you would just do this in a query, not add it to a table. Start up a new query, add the table in question to it and use a Format function to convert the field with the date into a month (look up in Help for the syntax). You can then use this as the basis for any forms/ reports that you need. If you're not sure about any of this, please repost with the name of your table and the names of the fields within it.
 
Upvote 0
ok, new problem....how do i get a query to group by month and give me a count of the group. for example, if i have 50 records from the month of november - various days of the month, how would i ask access to tell me that?
 
Upvote 0

Forum statistics

Threads
1,221,582
Messages
6,160,633
Members
451,661
Latest member
hamdan17

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