• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. M

    Extracting data from multiple worksheets - 2.0

    Nebu, Thanks, your solution worked perfectly. I chose to eliminate the extra helper column by embeding the concatenate function. Marcus
  2. M

    Extracting data from multiple worksheets - 2.0

    Hello, I asked a simlar question on May 27th ('Extracting data from multiple worksheets') and was able to use the suggested formula successfully. Since then, I have expanded my project from consolidated income statements (IS, ie. the highest level available) to lower level deptartment IS...
  3. M

    Extracting data from multiple worksheets

    Deepak, Thanks for the quick reply. The 'Address' function was key and the one I was looking for. Marcus
  4. M

    Extracting data from multiple worksheets

    Hello, I have searched the forum and have not not found an answer to my question, perhaps someone here can assist. I am analyzing past monthly income statements (IS) and would like to extract certain values from all of the worksheets and put them in a summary worksheet. Each IS is on its own...
  5. M

    Skip blanks when comparing two columns of data

    Thanks for the responses. Azumi, the array formula works great. I will see if I can understand it for other applications as well. Asheesh, The formula you provided returned the data from column A (that is, a, b, c, d, e). Any thoughts on this? Or perhaps I made a mistake. Marcus
  6. M

    Skip blanks when comparing two columns of data

    Hello, I apologize if this was answered in another post. I have searched the forums and cannot find a solution to this question. If you can recall other posts where this was answered feel free to direct me there. I have two columns of data one of which I need to condense by excluding rows...
  7. M

    Returning multiple results from a row/ column in a singe cell

    Thank you for responding. I do not know how to program VBA but I will try to solve the problem with it. In the meantime I created an inelegant but effective solution with a lot of helper columns, If statements and Concatenate. Marcus
  8. M

    Returning multiple results from a row/ column in a singe cell

    Hello, Did anyone have an opportunity to consider this problem? I am still trying to sort through it. Thank you, Marcus
  9. M

    Returning multiple results from a row/ column in a singe cell

    Sorry for the delay. I posted a cleansed, sample file to: https://dl.dropbox.com/u/95519877/Sample%20Correlation%20Matrix.xlsx I included a legend in the file to describe some of the columns, rows and cells. The desired output in column AQ which is driven by intermediate output in...
  10. M

    Returning multiple results from a row/ column in a singe cell

    Hello, I have an array (to use a general term) of data where the X and Y axis are identical. The purpose is to identify relationship and correlation among the 30 odd categories (text values/ names). Since the axis are identical half, along the diagonal, of the cells do not contain data as this...
  11. M

    Identifying top 'n' values in a list (column) of data

    Luke, Your suggestion worked and the exact formula that I used is: =IF($AO$4:$AO$40>=LARGE($AO$4:$AO$40,$AQ$2),AO4,"") Where: AO4:AO40 is the reference range AQ2 is the top 'n' value desired AO4 is the value from the reference range that is returned if True "" return a 'blank' cell...
  12. M

    Identifying top 'n' values in a list (column) of data

    Hello, I am trying to identify the top 'n' (ie. 7, 10 etc) values in a list of data. There may be duplicates and these need to be included. Thus if I need to identify the top 10 values and there is a duplicate then 11 values need to be identified. Unfortunately the data cannot be sorted or...
Back
Top