please share the sample file and the output u like to see in which column

On Tue, Oct 1, 2013 at 3:00 PM, noodnutt <noodn...@gmail.com> wrote:

> Hi all
>
> I actually posted this in a different group a few weeks ago and didn't get
> any results so I am trying my luck here.
>
> What I would like to achieve is:
>
> One of the Distribution Centers (DC - A) I send stock into also unloads
> stock for another DC on the same site (DC - B). Many trucks arrive with
> mixed loads for both DC's.
>
> The guys in (DC - A) are wanting to automatically calculate how many extra
> (DC - B) lifts they have to do based on the report I send them.
>
> So using the example below:
>
> Driver/Route X will be dropping off 2 Stacks for (DC - A) & 1 Stack for
> (DC - B)
> Driver/Route Y will be dropping off 15 Stacks for (DC - A) only.
>
> I have it sorted so that (DC - A) will always be at the top of every
> Driver grouping.
>
>                         F                 G
> H                    J              N           P
>                        Dest           Stacks        Driver
> Route      Time      Lifts
> 1 ABC Co       DC - A            1          332 - John          X
>     9.00
> 2 XYZ Co       DC - A            2          332 - John          X
>     9.00
> 3 ABC Co       DC - B            1          332 - John          X
>   9.00
> 4 Acme Co     DC - A            10        333 - Pete          Y
> 9.30
> 5 Google        DC - A            5          333 - Pete          Y
>     9.30
>
> So, the code needs to operate something like so:
>
> For each Driver(Grouped)
>    IF Time = Same(Driver arriving at the same time) Then
>      IF c.Offset(,-4).value = "DC - B" Then
>
> The first row of the group @ Column P will be the sum of Stacks from
> Column G
> Then Delete the row(s) where DC = (DC - B)
>
>                           F                 G
> H                    J              N           P
>                        Dest           Stacks        Driver
> Route      Time      Lifts
> 1 ABC Co       DC - A            1          332 - John           X
>     9.00         1
> 2 XYZ Co       DC - A            2          332 - John           X
>     9.00
> 4 Acme Co     DC - A            10        333 - Pete           Y
> 9.30
> 5 Google        DC - A            5          333 - Pete           Y
>     9.30
>
> Heaps of thanks in advance.
> Mick.
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
*Regards*
* *
*Ashish Koul*


*Visit*
*My Excel Blog <http://www.excelvbamacros.com/>*
Like Us on 
Facebook<http://www.facebook.com/pages/Excel-VBA-Codes-Macros/151803898222297>
Join Us on Facebook <http://www.facebook.com/groups/163491717053198/>


P Before printing, think about the environment.

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to