+ Reply to Thread
Results 1 to 2 of 2

Resource Model Question- Daily Rates

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-07-2009
    Location
    Spain
    MS-Off Ver
    Excel 2003
    Posts
    128

    Resource Model Question- Daily Rates

    The sheet is structured as follows

    Column A = List representing salary bands or N/A
    Column B = vlookup salary band and daily cost from the assumption tab

    Column C= essentially would be populated if no salary band is selected (this would refer to external contractors). It would have to be manually populated.
    Column D = (ColumnB<0)*1.13 + (ColumnC<0)*1.13


    Is there a more user friendly way to make it more understandable to the user of the spread sheet. I was thinking of conditional formatting. Ideally, what I am trying to show is if there is N/A salary band then the user would be required to enter a rate in column C.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,101

    Re: Resource Model Question- Daily Rates

    conditional format sounds like the way to go
    use ISERROR()

    or you could also add an IF statement in column c

    IF( iserror(B2), "Please Fill In this Section", B2)
    and have conditional format to bold and change to red
    but i dont know how C is populated if there is no error

    maybe a sample spreadsheet would help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1