Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hisbadbanana
  • Content: Threads
  • Order by date
  1. hisbadbanana

    applying formula to summary only

    i have a formula for a custom task field: IIf([Number2]=4,IIf([Finish]<now()-14,"Yes","No"),"No") is there a way to manipulate the above formula to also check whether it's a summary task? thanks -hisbad
  2. hisbadbanana

    Resource names in a custom field

    I am using the Resource field that is populated from the Resource sheet. However, I have a custom text field (Text1). I want the drop down values in Text1 to be the names in the Resource sheet as well. It's not available in the Import Values option It's not available as the formula I can't...
  3. hisbadbanana

    Resource in a custom field

    In MS Project... I am using the Resource field that is populated from the Resource sheet. However, I have a custom text field (Text1). I want the drop down values in Text1 to be the names in the Resource sheet as well. It's not available in the Import Values option It's not available as the...
  4. hisbadbanana

    Project: Summary group name

    In MS Project is there a way of identifying a task's Summary Name? For example, I want the Text1 field to be [Name.Summary] & [Name] any ideas?
  5. hisbadbanana

    countdown &gt; countup

    i have a macro that (while performing its task) counts down from 100 to zero. how do i make count up so it looks like a percentage. here's the one line of code that i need to change. Application.StatusBar = (100 / (n - myRow) * (i - myRow))

Part and Inventory Search

Back
Top