+ Reply to Thread
Results 1 to 13 of 13

Need help with indirect comand

  1. #1
    Registered User
    Join Date
    04-07-2013
    Location
    Moldova
    MS-Off Ver
    Excel 2010
    Posts
    12

    Question Need help with indirect comand

    How to refer this Formula to another Sheet for Example "14" ,:"=IF(IF(OFFSET(INDIRECT(ADDRESS(MATCH($AA$2;$E:$E;0);5));0;-1)="Diam.";IFERROR(MID(OFFSET(INDIRECT(ADDRESS(MATCH($AA$2;$E:$E;0);5));$Z4;AB$1);MATCH(TRUE;ISNUMBER(1*MID(OFFSET(INDIRECT(ADDRESS(MATCH($AA$2;$E:$E;0);5));$Z4;AB$1);ROW($1:$901);1));0);COUNT(1*MID(OFFSET(INDIRECT(ADDRESS(MATCH($AA$2;$E:$E;0);5));$Z4;AB$1);ROW($1:$901);1)));"");"Error")="0";"";IF(OFFSET(INDIRECT(ADDRESS(MATCH($AA$2;$E:$E;0);5));0;-1)="Diam.";IFERROR(MID(OFFSET(INDIRECT(ADDRESS(MATCH($AA$2;$E:$E;0);5));$Z4;AB$1);MATCH(TRUE;ISNUMBER(1*MID(OFFSET(INDIRECT(ADDRESS(MATCH($AA$2;$E:$E;0);5));$Z4;AB$1);ROW($1:$901);1));0);COUNT(1*MID(OFFSET(INDIRECT(ADDRESS(MATCH($AA$2;$E:$E;0);5));$Z4;AB$1);ROW($1:$901);1)));"");"Error"))" I want to atach the work book but the size is too big 9 mb , file limit is 1 mb .

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,101

    Re: Need help with indirect comand

    Oh lawdy!! Let's start at the start.

    What's in AA2, what's in Column EE and what's in Z4 and AB1???
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    04-07-2013
    Location
    Moldova
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Need help with indirect comand

    I deleteted some sheets some macros , make it good for working
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    04-07-2013
    Location
    Moldova
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Need help with indirect comand

    In sheet 12 when I change the Number( diameter 12, 14 , 16 ...) it colect automaticaly the data from left side , So what a want : every diameter should have their own sheet

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,101

    Re: Need help with indirect comand

    You have a very very complicated formula and difficult data layout to do something that isn't too difficult. Whay are do many of the numbers prefixed by a (

    What EXACTLY do you want the sheet to do? Explain th eoverall purpose in words - do you want 1 sheet for each diameter - and if so - why? Why can't you use the one sheet for them all?

    Can I make very significant rearrangements of the data?

  6. #6
    Registered User
    Join Date
    04-07-2013
    Location
    Moldova
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Need help with indirect comand

    " Why can't you use the one sheet for them all?"
    Because is more usefull ,another way I will scroll from one side to another , there I put put just 2 diameter but in real I have (12.14.16.18.20.22.25.28.32); 9 diameters ,I allready thinking about this, it will take me a lot of time.
    About the data : I paste it from another program( Autocad ) that why is so difficult ... so rearrangements are not avaible here ..

  7. #7
    Registered User
    Join Date
    04-07-2013
    Location
    Moldova
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Need help with indirect comand

    In Autocad are maked combinations of cutting rebars ...
    This is the best way which I found , but i search a lot of time, I tried a lot of programs including excell , this way is geting me the best result , so it left the last step to do rearrangement of diameter in sheets

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,101

    Re: Need help with indirect comand

    OK. I have taken a look at htis and (with a few changes to your layout) made the formula simpler. Can you live with adding more rows between your Autocad data dumps? If so, this is a lot simpler to work with!! Just look at Sheet 12 and change the diameter value in AA". Can we take it from here?
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    04-07-2013
    Location
    Moldova
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Need help with indirect comand

    Smart !!! But is to much manualy work here , unfortunately is impossible to add more rows , because there is a lisp file which make this , and it make them like a paste them ...
    But , PHANKS for IDEA , I will think for another way

  10. #10
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,101

    Re: Need help with indirect comand

    Ok. I'll have a think about this and get back to you.

  11. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,101

    Re: Need help with indirect comand

    Back again. This uses your original data shape, but has a simpler formula. As it stands, if you change AA2 in Sheet 12, to any of your diameters, the table autopopulates.

    Q1. Does this help? If so, it'll be easier to set up other sheets, though I'm still not clear why they're needed. You could set up a dropdown in AA2 to allow you to select the individual diameters.
    Q2. What is needed in the yellow shaded cells. I got a bit lost here.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    04-07-2013
    Location
    Moldova
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Need help with indirect comand

    Aproximately done !! but , I will finish it !!!
    Many phanks from Moldova !!!

  13. #13
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,101

    Re: Need help with indirect comand

    Glad to have helped! If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. It'd also be appreciated if you were to click the add Reputation button at the foot of any of the posts of those who helped you reach a solution.

+ 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] INDIRECT Function with multiple sheets - SUMIF, INDIRECT & MATCH
    By DJDRU in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-07-2014, 08:42 AM
  2. adding Indirect formula to my current sum if array formula
    By Eastbay2 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-13-2013, 09:41 AM
  3. Sum of indirect sheet names with multiple cells (SUM, INDIRECT,SHEETNAME in cell)
    By a1b2c3d4e5f6g7h8 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-12-2013, 08:42 AM
  4. Replies: 1
    Last Post: 02-10-2012, 02:53 AM
  5. [SOLVED] Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions
    By Mike Barlow in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11: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