Link to home
Start Free TrialLog in
Avatar of Yaysnowday
Yaysnowday

asked on

Pulling data to report in Excel 2013.

Hi,

I have a small spreadsheet containing inventory data that I would like to 'output' a little better.

Columns:
A - Number
B - Security Check (Y/N)
C - Name
D - Location
E - Unit Marking
F - Item Sublocation
G - Station Address
H - etc.
I - etc...

There are several columns and the data is starting to get very long. (I'm adding columns everyday).

I would like the ability to click on a cell in Column A or B (like, selecting record A3) and have data pop into an area on the spreadsheet (like off to the side or below) pulling from the respective record.

I'm not confined to one worksheet.

Is there a way to do this?

Thank you.
Avatar of David L. Hansen
David L. Hansen
Flag of United States of America image

Sure, try VLookUp....here is a tutorial on it:

http://spreadsheets.about.com/od/excelfunctions/ss/90320vlookup.htm

Let me know if you need more than that.
Avatar of Yaysnowday
Yaysnowday

ASKER

Thanks,

Yes, I would like to have something a little bit easier. I could create a row for that but I'll have probably 40+ columns when I'm done.

While clicking on a number in A, eg, A5, the data in C5, D5, E5, F5 ..; AP5 etc should be displayed in a listed, formatable table...

Is this possible in Excel or should I use another program to achieve this?

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of David L. Hansen
David L. Hansen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Okay thank you, I'll try access and attempt to run reports from data entered, I thought there was an easy way to do this in Excel...
By the way, if you go with MS Access and are running this concurrently with multiple users, you'll need to set it up a little different than what you might expect (it involves a free copy of SQL Server).
Oh for the meantime, it's just me... Then I would like to share the database file so when people click on a record the info pertaining to that item will pop up in an easy to read format.
Ok, just plan for the future.  If you know that will eventually be the case (multi-user solution) and you choose to go with Access -- make Access the front-end, but do the actual database in SQL Server and connect the front-end to it.