+ Reply to Thread
Results 1 to 8 of 8

Bring back rents per location from data table

  1. #1
    Registered User
    Join Date
    05-18-2010
    Location
    Birmingham, UK
    MS-Off Ver
    Excel 2007
    Posts
    16

    Question Bring back rents per location from data table

    All,

    Hope you are well. I want to create a basic report which allows me to pull rent numbers per several locations (locations A to F) onto a new tab.

    I have enclosed an attached spreadhseet of what I am trying to achieve. A description of each tab is below:

    Front sheet tab: This tab will allow me to select the specific location from location A to F
    Data set tab: This shows each location, number of units within each location, the name of the unit and the rent per month for that unit
    Retrieved data tab: This is the output tab of that I would like to see extracted from the data set tab for location A.

    I don't want to pull this data together in a pivot table becaue i will use the front sheet to pull through other data in the future.

    I hope this makes sense. Please get in touch if you require further clarification.

    Cheers,
    Mr_V
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Bring back rents per location from data table

    In A6 Cell of Retrieved data Sheet - Array Formula - Requires CTRL+SHIFT+ENTER

    =IFERROR(INDEX('Data Set'!$A$5:$D$32,SMALL(IF('Data Set'!$A$5:$A$32=$C$3,ROW('Data Set'!$A$5:$A$32)-MIN(ROW('Data Set'!$A$5:$A$32))+1),ROW($A1)),COLUMN(A$1)),"")

    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.

    Drag it down and right...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    05-18-2010
    Location
    Birmingham, UK
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Bring back rents per location from data table

    Quote Originally Posted by :) Sixthsense :) View Post
    In A6 Cell of Retrieved data Sheet - Array Formula - Requires CTRL+SHIFT+ENTER

    =IFERROR(INDEX('Data Set'!$A$5:$D$32,SMALL(IF('Data Set'!$A$5:$A$32=$C$3,ROW('Data Set'!$A$5:$A$32)-MIN(ROW('Data Set'!$A$5:$A$32))+1),ROW($A1)),COLUMN(A$1)),"")

    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.

    Drag it down and right...
    Hello Mr Sixthsense,

    Thank you for the reply. I've copied this formula into the retrieved dataset as instructed and it is only bringing back data in the 1 row.

    I have enclosed a copy of the updated attachment. Where am i going wrong?

    Thanks once again for your help.
    Mr_V
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Bring back rents per location from data table

    formula at A6 sheet retrieve data (array)
    =IFERROR(INDEX('Data Set'!A$5:A$32,SMALL(IF('Data Set'!$A$5:$A$32='Retrieved data'!$C$3,MATCH('Data Set'!$C$5:$C$32,'Data Set'!$C$5:$C$32,0)),ROW(1:1))),"")

    copy right and down

  5. #5
    Registered User
    Join Date
    05-18-2010
    Location
    Birmingham, UK
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Bring back rents per location from data table

    Guys,

    I'm sorry i've now copied this formula into the attached spreadsheet and used the array formula calcuate and it is still not working.

    Can i be cheeky and ask for you to tet the formula within the template.

    Sorry to be a pain.

    Mr_v

  6. #6
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Bring back rents per location from data table

    see this attached
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    05-18-2010
    Location
    Birmingham, UK
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Bring back rents per location from data table

    Thanks gents! This is amazing.

    Rep will be added.

  8. #8
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Bring back rents per location from data table

    The problem was that your workbook was set to MANUAL calculation. When set to AUTOMATIC, the formula will work perfectly.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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] Stop Vlookup bringing back 0's or #REF! and bring back blanks instead
    By Carling73 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-30-2013, 04:43 PM
  2. [SOLVED] How to bring back data based on a range of numbers
    By Momea in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-31-2012, 05:12 PM
  3. [SOLVED] Bring back data to edit from where it was stored
    By ebin charles in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-08-2011, 06:50 PM
  4. Look in another sheet match & bring data back
    By gill389 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-31-2011, 01:56 PM
  5. Windows XP : [SOLVED] Bring Back Overwritten data after save...
    By contaminated in forum Microsoft Windows Help
    Replies: 7
    Last Post: 08-03-2010, 07:37 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