+ Reply to Thread
Results 1 to 4 of 4

Excel logic

  1. #1
    Registered User
    Join Date
    07-04-2016
    Location
    Japan
    MS-Off Ver
    2013
    Posts
    3

    Excel logic

    Dear all,

    I hope you can help me. I have to admit I am not a pro in Excel, so maybe there is an easy solution - if there isn't, it will take me hours ...

    So, what I am doing right now is a workload profile. It has a breakdown to different tasks and sub-tasks (think of: fruits: cutting apples, slicing bananas ...)
    Every team member has to fill in that sheet.

    But below I have to sum it all up - how many hours does one specific task take for all team members. It's always the same logic, but for some reason, excel can follow the logic of:

    Cell a1 is = b11
    a2 is = b22
    a3 is = b33 ...

    and so on, but excel messes up here. Is there a way I can teach it how to do it properly?

    Thank you in advance!!!

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,176

    Re: Excel logic

    Try this in A1:

    =INDIRECT("B"&ROW(A1)*11)

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,078

    Re: Excel logic

    If you don't want to use INDIRECT...

    =INDEX(B11:B10000,(ROW()-1)*11+11,1)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Registered User
    Join Date
    07-04-2016
    Location
    Japan
    MS-Off Ver
    2013
    Posts
    3

    Re: Excel logic

    Thank you for your help, guys! You saved me a lot of time ...


    Sorry, another one, kinda similar to the on before though:

    I have a team summary by task (overview). This sheet has to be linked to the single team sheets. There is already a sum up for the team available, but I can't simply pull it down because

    in the sheet it is directly one below the other, in the summary it is H3= Team!K434, H12 has to be =Team!K435 now and so on ... the distance again is always the same.

    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] If-Then Excel Logic question
    By olgratefuldead in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-15-2014, 04:44 PM
  2. Excel logic formula--HELP!!! Please and Thanks!
    By HillStreet in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-20-2013, 01:54 AM
  3. Excel Logic
    By ravin13524666 in forum Excel General
    Replies: 6
    Last Post: 04-13-2012, 04:11 PM
  4. Logic methods in excel?
    By skreech in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-24-2011, 01:00 PM
  5. Need Logic and Formula vb or excel ..
    By mosesy2007 in forum Excel General
    Replies: 3
    Last Post: 02-01-2011, 03:58 AM
  6. excel's IPMT() logic
    By techie in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-18-2007, 12:13 PM
  7. Excel logic
    By fujimi-cho in forum Excel General
    Replies: 3
    Last Post: 10-05-2005, 07:05 AM

Tags for this Thread

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