regarding recognition of date & after recognition value placement in the designated cell

determinedtoexceed

New Member
Joined
Aug 20, 2019
Messages
38
Dear Pros,

Is is possible for cell to recognize of date(month) & after recognition, it places the desired value in the designated cell?
jdX5D74.jpg


In this case, for APAC01, I want "2640" of "8/30/19" in Aug cell.

Thank you so much for the help.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hi,

something like this:

Book1
BCDEFGHIJKLMNOPQ
1JanfebMarAprMayJunJulAugSepOctNovDecETA1QtyETA2Qty
22.640,008/30/192640
Sheet1
Cell Formulas
RangeFormula
I2=IF(AND(YEAR(DATEVALUE("1/"&I$1&"/2019"))=YEAR($N2),MONTH(DATEVALUE("1/"&I$1&"/2019"))=MONTH($N2)),$O2,0)
 
Upvote 0
Hi,

something like this:
BCDEFGHIJKLMNOPQ
1JanfebMarAprMayJunJulAugSepOctNovDecETA1QtyETA2Qty
2 2.640,00 8/30/192640

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
I2=IF(AND(YEAR(DATEVALUE("1/"&I$1&"/2019"))=YEAR($N2),MONTH(DATEVALUE("1/"&I$1&"/2019"))=MONTH($N2)),$O2,0)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
Thank you so much for the help, it works well.
Can the function remove recognition of year?, only recognize month
 
Upvote 0

Forum statistics

Threads
1,214,805
Messages
6,121,665
Members
449,045
Latest member
Marcus05

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