Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Project

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-04-2008, 12:10 PM
=?Utf-8?B?TWljaGFlbCBIYW5zZW4=?=
 
Posts: n/a
accumulating multiple material costs for a task

Hello

I want to separate out travel related expenses (material) from service
related costs (work) from software vendors.

Each task will consist of resources mostly of type work. But when travel is
required there are material expenses to deal with these costs (e.g., flights,
taxi, hotel, meals).

I have added a new Travel Cost column and thought I could use the "iff"
statement to extract the cost as a material cost. However, the problem is
that mulitple material resource costs are assigned to the task (e.g., flight,
taxi, hotel, meals) which I want to be able to accumulate into the new Travel
Cost column for the task.

Could someone please advise of the best way to deal with this scenario to
accumulate all the material costs associated to a task into the new Travel
Cost column.

Please let me know if I need to better explain this requirement.

Regards
Michael Hansen
Reply With Quote
  #2 (permalink)  
Old 08-04-2008, 02:07 PM
JulieS
 
Posts: n/a
Re: accumulating multiple material costs for a task

Hello Michael,

I'm afraid a formula is not going to work in this circumstance. If I
understand you fully, you need to add the values of multiple
assignments, differentiating by resource type and show it in a custom
column. It may be possible to perform using VBA, but I am not the
best resource on that. If you're interested in pursuing that option,
post to the Project Developer (microsoft.public.project.developer)
newsgroup

However, I can provide an alternative that may work for you. If you
display the Task Usage view and create a custom group, you should be
able to show total costs per task for resource type. Add the Cost
field to the table (left side) of the task view and then create a
custom group to group and summarize costs.

Below is a sample custom group definition that will get you started in
the right direction.

Project > Group By > More Groups, New.
Name it as you wish --

Turn on the option Group Assignments, not Tasks

First Row:
Group by:
Field: Name ID
Field Type: Task
Order: Ascending
** This grouping will keep the Project in ID order

Second Row
Then By:
Field Name: Name
Field Type: Task
Order: Ascending
** This group is just to show the Task Name easily

Third Row:
Then By:
Field Name: Resource Type
Field Type: Assignment
Order: Descending

The final group should divide the assignments based upon whether the
resource is a work or material resource. The Cost field should
summarize total cost per assignment per resource type.

I hope this helps. Let us know how you get along.

Julie
Project MVP

Visit http://project.mvps.org/ for the FAQs and additional information
about Microsoft Project

"Michael Hansen" wrote in message
news:A0B5695C-73C8-4297-B15F-F20BAE203E92@microsoft.com...
> Hello
>
> I want to separate out travel related expenses (material) from
> service
> related costs (work) from software vendors.
>
> Each task will consist of resources mostly of type work. But when
> travel is
> required there are material expenses to deal with these costs (e.g.,
> flights,
> taxi, hotel, meals).
>
> I have added a new Travel Cost column and thought I could use the
> "iff"
> statement to extract the cost as a material cost. However, the
> problem is
> that mulitple material resource costs are assigned to the task
> (e.g., flight,
> taxi, hotel, meals) which I want to be able to accumulate into the
> new Travel
> Cost column for the task.
>
> Could someone please advise of the best way to deal with this
> scenario to
> accumulate all the material costs associated to a task into the new
> Travel
> Cost column.
>
> Please let me know if I need to better explain this requirement.
>
> Regards
> Michael Hansen



Reply With Quote
  #3 (permalink)  
Old 08-07-2008, 12:04 AM
=?Utf-8?B?TWljaGFlbCBIYW5zZW4=?=
 
Posts: n/a
Re: accumulating multiple material costs for a task

Hi Julie

I took action on your first option and posted it to the Developer discussion
and now have a solution to my problem.

I also started to experiment with the second option but it was not going to
satisfy my immediate needs. However, I will use this later in the project
when I need to report on these budgeted travel costs to track against actuals
with the accountants.

Regards
Michael Hansen


"JulieS" wrote:

> Hello Michael,
>
> I'm afraid a formula is not going to work in this circumstance. If I
> understand you fully, you need to add the values of multiple
> assignments, differentiating by resource type and show it in a custom
> column. It may be possible to perform using VBA, but I am not the
> best resource on that. If you're interested in pursuing that option,
> post to the Project Developer (microsoft.public.project.developer)
> newsgroup
>
> However, I can provide an alternative that may work for you. If you
> display the Task Usage view and create a custom group, you should be
> able to show total costs per task for resource type. Add the Cost
> field to the table (left side) of the task view and then create a
> custom group to group and summarize costs.
>
> Below is a sample custom group definition that will get you started in
> the right direction.
>
> Project > Group By > More Groups, New.
> Name it as you wish --
>
> Turn on the option Group Assignments, not Tasks
>
> First Row:
> Group by:
> Field: Name ID
> Field Type: Task
> Order: Ascending
> ** This grouping will keep the Project in ID order
>
> Second Row
> Then By:
> Field Name: Name
> Field Type: Task
> Order: Ascending
> ** This group is just to show the Task Name easily
>
> Third Row:
> Then By:
> Field Name: Resource Type
> Field Type: Assignment
> Order: Descending
>
> The final group should divide the assignments based upon whether the
> resource is a work or material resource. The Cost field should
> summarize total cost per assignment per resource type.
>
> I hope this helps. Let us know how you get along.
>
> Julie
> Project MVP
>
> Visit http://project.mvps.org/ for the FAQs and additional information
> about Microsoft Project
>
> "Michael Hansen" wrote in message
> news:A0B5695C-73C8-4297-B15F-F20BAE203E92@microsoft.com...
> > Hello
> >
> > I want to separate out travel related expenses (material) from
> > service
> > related costs (work) from software vendors.
> >
> > Each task will consist of resources mostly of type work. But when
> > travel is
> > required there are material expenses to deal with these costs (e.g.,
> > flights,
> > taxi, hotel, meals).
> >
> > I have added a new Travel Cost column and thought I could use the
> > "iff"
> > statement to extract the cost as a material cost. However, the
> > problem is
> > that mulitple material resource costs are assigned to the task
> > (e.g., flight,
> > taxi, hotel, meals) which I want to be able to accumulate into the
> > new Travel
> > Cost column for the task.
> >
> > Could someone please advise of the best way to deal with this
> > scenario to
> > accumulate all the material costs associated to a task into the new
> > Travel
> > Cost column.
> >
> > Please let me know if I need to better explain this requirement.
> >
> > Regards
> > Michael Hansen

>
>
>

Reply With Quote
  #4 (permalink)  
Old 08-07-2008, 01:19 PM
JulieS
 
Posts: n/a
Re: accumulating multiple material costs for a task

Super Michael. I'm glad you were able to get some information that
helps. Do post again if you have any further question.

Julie
"Michael Hansen" <michael_hansen@bigpond.com(donotspam)> wrote in
message news:9A50CC0C-372C-49E4-BA99-6777219D49D8@microsoft.com...
> Hi Julie
>
> I took action on your first option and posted it to the Developer
> discussion
> and now have a solution to my problem.
>
> I also started to experiment with the second option but it was not
> going to
> satisfy my immediate needs. However, I will use this later in the
> project
> when I need to report on these budgeted travel costs to track
> against actuals
> with the accountants.
>
> Regards
> Michael Hansen
>
>
> "JulieS" wrote:
>
>> Hello Michael,
>>
>> I'm afraid a formula is not going to work in this circumstance. If
>> I
>> understand you fully, you need to add the values of multiple
>> assignments, differentiating by resource type and show it in a
>> custom
>> column. It may be possible to perform using VBA, but I am not the
>> best resource on that. If you're interested in pursuing that
>> option,
>> post to the Project Developer (microsoft.public.project.developer)
>> newsgroup
>>
>> However, I can provide an alternative that may work for you. If
>> you
>> display the Task Usage view and create a custom group, you should
>> be
>> able to show total costs per task for resource type. Add the Cost
>> field to the table (left side) of the task view and then create a
>> custom group to group and summarize costs.
>>
>> Below is a sample custom group definition that will get you started
>> in
>> the right direction.
>>
>> Project > Group By > More Groups, New.
>> Name it as you wish --
>>
>> Turn on the option Group Assignments, not Tasks
>>
>> First Row:
>> Group by:
>> Field: Name ID
>> Field Type: Task
>> Order: Ascending
>> ** This grouping will keep the Project in ID order
>>
>> Second Row
>> Then By:
>> Field Name: Name
>> Field Type: Task
>> Order: Ascending
>> ** This group is just to show the Task Name easily
>>
>> Third Row:
>> Then By:
>> Field Name: Resource Type
>> Field Type: Assignment
>> Order: Descending
>>
>> The final group should divide the assignments based upon whether
>> the
>> resource is a work or material resource. The Cost field should
>> summarize total cost per assignment per resource type.
>>
>> I hope this helps. Let us know how you get along.
>>
>> Julie
>> Project MVP
>>
>> Visit http://project.mvps.org/ for the FAQs and additional
>> information
>> about Microsoft Project
>>
>> "Michael Hansen" wrote in message
>> news:A0B5695C-73C8-4297-B15F-F20BAE203E92@microsoft.com...
>> > Hello
>> >
>> > I want to separate out travel related expenses (material) from
>> > service
>> > related costs (work) from software vendors.
>> >
>> > Each task will consist of resources mostly of type work. But
>> > when
>> > travel is
>> > required there are material expenses to deal with these costs
>> > (e.g.,
>> > flights,
>> > taxi, hotel, meals).
>> >
>> > I have added a new Travel Cost column and thought I could use the
>> > "iff"
>> > statement to extract the cost as a material cost. However, the
>> > problem is
>> > that mulitple material resource costs are assigned to the task
>> > (e.g., flight,
>> > taxi, hotel, meals) which I want to be able to accumulate into
>> > the
>> > new Travel
>> > Cost column for the task.
>> >
>> > Could someone please advise of the best way to deal with this
>> > scenario to
>> > accumulate all the material costs associated to a task into the
>> > new
>> > Travel
>> > Cost column.
>> >
>> > Please let me know if I need to better explain this requirement.
>> >
>> > Regards
>> > Michael Hansen

>>
>>
>>



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Project


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:54 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Loans | Buy Anything On eBay | Facebook proxy list | IT247 Computer Hardware | Adult ADHD



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114