Forum

Notifications
Clear all

MRP WORKING

8 Posts
2 Users
0 Reactions
190 Views
Md Saliha
(@navsal66)
Posts: 108
Estimable Member
Topic starter
 

Hi All,

 

How can i get the pairs details from OEF Status while i enter H1 cell pairs should be display in L3, M3, N3, O3 based on L4 to O4 article+color details which is i have updated in OEF STATUS in L3:L7

And 2nd option if enter SL.No. single article+color pairs while i enter 1 to 5 etc... in H2 cell this pairs should be update based on OEF STATUS M3:M7

art+color.jpgscreen.jpg

 
Posted : 20/08/2023 7:31 am
Riny van Eekelen
(@riny)
Posts: 1185
Member Moderator
 

It took a while before I grasped your intentions. I've added some formulas to your workbook in the BOM sheet. See if that does what you need. If not, come back here and clarify what's wrong.

 
Posted : 23/08/2023 8:12 am
Md Saliha
(@navsal66)
Posts: 108
Estimable Member
Topic starter
 

Thanks Riny van... I got it my answer in your updated file can u help me again for size wise group pairs

 
Posted : 24/08/2023 6:58 am
Riny van Eekelen
(@riny)
Posts: 1185
Member Moderator
 

Couldn't come up with an easy formula. Actually, it's quite a monster and works only if you are using E365, 2021 or the on-line version as it includes the FILTER function.

This is how the formula looks like:

=IFERROR(
    IFS(
        ISNUMBER(FIND("(8-10)", $E39)),
        SUM(
            FILTER(
                'OEF STATUS'!$T$2:$X$19,
                ('OEF STATUS'!$L$2:$L$19 = L$4) *
                    ('OEF STATUS'!$A$2:$A$19 = $H$2)
            )
        ),
        ISNUMBER(FIND("(10.5-12.5)", $E39)),
        SUM(
            FILTER(
                'OEF STATUS'!$Y$2:$AC$19,
                ('OEF STATUS'!$L$2:$L$19 = L$4) *
                    ('OEF STATUS'!$A$2:$A$19 = $H$2)
            )
        ),
        ISNUMBER(FIND("(13-15)", $E39)),
        SUM(
            FILTER(
                'OEF STATUS'!$AD$2:$AG$19,
                ('OEF STATUS'!$L$2:$L$19 = L$4) *
                    ('OEF STATUS'!$A$2:$A$19 = $H$2)
            )
        )
    ),
    0
)

 

If that's causing a problem I would restructure the EOF STATUS table so that every size group has it's own row and total. Than you can use a SUMIFS similar to the formula in the top of the schedule.

 
Posted : 26/08/2023 2:25 am
Md Saliha
(@navsal66)
Posts: 108
Estimable Member
Topic starter
 

there is any other option to work in 2016

 
Posted : 26/08/2023 8:12 am
Riny van Eekelen
(@riny)
Posts: 1185
Member Moderator
 

As said earlier, then I would restructure the EOF STATUS table so that every size group has it's own row and total. Than you can use a SUMIFS similar to the formula in the top of the schedule.

 
Posted : 27/08/2023 12:14 am
Md Saliha
(@navsal66)
Posts: 108
Estimable Member
Topic starter
 

i tried in sumifs but vertically not working

 

ART + Color Total Pairs 8 9 10 10½ 11 11½ 12 12½ 13 13½ 14 15
Monmouth Mid (M)- Cascade Brown/Gargoyle         1,792                -                  -              123            160            184            258            294            233            184            209                -              147                -                  -                  -  
 
Posted : 29/08/2023 5:10 am
Riny van Eekelen
(@riny)
Posts: 1185
Member Moderator
 

See if the attached file does what you have in mind, using size groups and a max number of 5 sizes withing each group.

 
Posted : 29/08/2023 9:27 am
Share: