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

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
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,213,536
Messages
6,114,215
Members
448,554
Latest member
Gleisner2

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