+ Reply to Thread
Results 1 to 6 of 6

company wise person and work hour

  1. #1
    Registered User
    Join Date
    07-16-2013
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007
    Posts
    34

    Question company wise person and work hour

    i want to see which person and how many hours work with this company
    i attached a worksheet for example, please help me..
    thanx in advance with help of formula not VBA..
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    11-06-2012
    Location
    Delhi,India
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: company wise person and work hour

    i think you want a result, which look likes this:
    Company Person Name Work Hour
    c-1 John 19
    c-2 Sandy 10
    c-3 Denis 23
    c-4 Lucy 34
    c-5 Jassi 52
    c-6 Kitty 23
    c-7 Henry 23
    c-8 Prima 43



    in column L use the formula "=OFFSET($A$1,0,MATCH(TRUE,OFFSET($A$1,MATCH($K2,$A$2:$A$9,0),1,1,8)<>"",0),1,1)"
    in column K use the formula "=OFFSET($A$1,MATCH($K2,$A$2:$A$9,0),MATCH(TRUE,OFFSET($A$1,MATCH($K2,$A$2:$A$9,0),1,1,8)<>"",0),1,1)"

    Both are array formulas, so use ctrl+shift+Enter to apply the formula

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: company wise person and work hour

    I don't understand... Don't you see that from the table?

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: company wise person and work hour

    Try in M2 and copy down.

    =SUMPRODUCT(($A$2:$A$9=K2)*(B2:I2>0)*(B2:I2))

    Then in L2 and copy down.

    =INDEX($B$1:$I$1;MATCH(M2;B2:I2;0))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  5. #5
    Registered User
    Join Date
    07-16-2013
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007
    Posts
    34

    Thumbs up Re: company wise person and work hour

    thanx a lot for solve
    this is exactly which i want

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: company wise person and work hour

    As that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] I want change the data row wise to coloum wise & coloumn wise to row wise.
    By satputenandkumar0 in forum Excel General
    Replies: 3
    Last Post: 12-20-2012, 08:34 AM
  2. [SOLVED] Custom Toolbars won't work on Company Intranet
    By Richard in forum Excel General
    Replies: 1
    Last Post: 01-09-2006, 02:55 PM
  3. Data row wise, formula column wise
    By Fred Smith in forum Excel General
    Replies: 4
    Last Post: 12-09-2005, 11:55 AM
  4. Delete row wise duplicates & colomun wise simultaneously excel
    By Dipankar in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-06-2005, 09:05 AM
  5. [SOLVED] Macro does not work after company update
    By aaronb in forum Excel General
    Replies: 1
    Last Post: 07-18-2005, 10:05 PM

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