Pelican Parts Forums

Pelican Parts Forums (http://forums.pelicanparts.com/)
-   Off Topic Discussions (http://forums.pelicanparts.com/off-topic-discussions/)
-   -   Need an Excel Guru (http://forums.pelicanparts.com/off-topic-discussions/893771-need-excel-guru.html)

M.D. Holloway 12-04-2015 04:44 PM

Need an Excel Guru
 
I have a parsing (sp) challenge with an Excel spreadsheet. Any gurus out there?

Drbraunsr 12-04-2015 06:44 PM

No guru, but what is the issue ?

M.D. Holloway 12-04-2015 06:47 PM

essentially I have a spread sheet (many) that has data arranged a certain way. I need various cells to be in a very different format. The best way I can explain it is to show you. Can I shoot you two spread sheets? One of the data I have and the other of the data table that needs to be populated?

M.D. Holloway 12-04-2015 06:51 PM

Say the data I have is defined in column A and the values are in B, C, D, E.... Bit I need the data to be in Rows. So lets say column B row 5 data has to be in Row 8 Column C. The data in the rows has to parse to the date of the other spread sheet columns.

M.D. Holloway 12-04-2015 06:53 PM

I know it can be down. I remember in grad school with a very old version I did macros to do something like this. It must be simpler now. I just never mess with it.

Drbraunsr 12-04-2015 06:53 PM

pm sent

M.D. Holloway 12-04-2015 06:56 PM

didn't get it

Ayles 12-04-2015 06:59 PM

Please post the solution! I do all my data manipulations for excel in R, but always interested in how people solve data problems

Drbraunsr 12-04-2015 07:07 PM

Boy, if I can't figure out an email, then it's hopeless to help with your spreadsheet.

Pm, tried again.

M.D. Holloway 12-04-2015 07:10 PM

I sent you one of my email.

jwasbury 12-04-2015 07:58 PM

Vlookup, lookup formula or sumif formula can be pretty powerful tools. Not sure if these will work for your situation.

M.D. Holloway 12-04-2015 08:26 PM

ok, may be this will help. I want cell B5 in spreadsheet 1 to fill in C8 in spread sheet 2.

Paco Anton 12-04-2015 11:58 PM

I love Excel.

That said, for those cases I usually do some kind of labelling. I create an intermediate table that contains the rearrangement instructions (like a label for each data position) and then I create formulas in the final table that populate it with the data from table 1 using the instructions from table 2. This way it is easier to troubleshoot.

If you can share your problem I'd love to give it a go.

fred cook 12-05-2015 04:01 AM

You should be able to use a nested conditional formula to populate the necessary fields. For example, you can have it first look for the correct date and then go to the data field for info. You can even have the nested formula look thru an entire spreadsheet, find all the matching data and have it summed in the appropriate field.

mattdavis11 12-05-2015 05:37 AM

I'm no expert, but the pivot table function in excel could be the answer.

Paul T 12-05-2015 05:47 AM

If you haven't found a solution yet, I'm happy to help...I work with crazy complex excel sheets all day long.

MBAtarga 12-05-2015 06:25 AM

Same here Mike. Send me the file and what you want and I can take a look at it.
Send it to MBAtarga at gmail dot com.

rbrtmchl 12-05-2015 05:40 PM

Is this what you are trying to do?
 
Quote:

Originally Posted by M.D. Holloway (Post 8904694)
ok, may be this will help. I want cell B5 in spreadsheet 1 to fill in C8 in spread sheet 2.

I'm no guru, but what you described can be done as follows. My version is Excel Professional 2010. Open your Spreadsheet1. Open your Spreadsheet2. To make things easily visible, click the 'View' button, then 'Arrange All', then 'Vertical' so that you can see your two open spreadsheets side-by-side. Now, in Spreadsheet2, go to cell C8. Type the equals sign "=", then click on cell B5 in Spreadsheet1. Hit enter, and the contents of B5 in Spreadsheet1 will populate into cell C8 of Spreadsheet2.

The formula in C8 of Spreadsheet2 will look like this: =+[Spreadsheet2]Sheet1!$B$5

Is this what you are trying to do?

MBAtarga 12-06-2015 08:38 AM

Mike - I just sent you an example for a solution. It was sent back from my home email - different that the above.

Mark

72doug2,2S 12-06-2015 11:36 AM

Please post a screen shot of the data now and what it needs to be. Also state the criteria for what you are going to do. Please also indicate the Excel version you are using.

Bob Kontak 12-06-2015 01:13 PM

Quote:

Originally Posted by M.D. Holloway (Post 8904593)
I know it can be down. I remember in grad school with a very old version I did macros to do something like this. It must be simpler now. I just never mess with it.

There is a function where you can take column data and convert to rows.

Happy for you to e-mail me. We can talk on the phone and I can more than likely pull it off for you.

If it's an onerous set of data, I can get a handle on what you need. Perform some due diligence to ensure it can be done and teach you.

If it's a couple hour job, I can do it.

23 years as an operational accountant.

Paul T sounds viable as well.

Will PM you my e-mail.

72doug2,2S 12-06-2015 04:03 PM

You can do this on this thread and get several options to do the same thing. What I would want to know is what is the most efficient solution. No reason to PM.

Bob Kontak 12-06-2015 05:16 PM

Quote:

Originally Posted by 72doug2,2S (Post 8906826)
You can do this on this thread and get several options to do the same thing. What I would want to know is what is the most efficient solution. No reason to PM.

Ok. Once the speed bump is articulated, fine.

Here is what you have to go on.

Quote:

Originally Posted by M.D. Holloway (Post 8904591)
The data in the rows has to parse to the date of the other spread sheet columns.

This means the data in the rows has to be parsed to allow linkage to the sister spreadsheets. You know that. Data still has to be linked, the hard way.

We don't have (understand) the basis for doing that yet.

MBAtarga 12-06-2015 05:55 PM

My solution involved use of vlookup. I sent the revised file back to him for him to look at - it was only a partial solution - I didn't complete the spreadsheet because the data was not consistent in terms of labels between the files. He basically needs a table of raw data - where each new set of measurements that is added as another column on the right, converted to be rows of data under columns on another spreadsheet.

Bob Kontak 12-06-2015 06:20 PM

Quote:

Originally Posted by MBAtarga (Post 8906982)
I didn't complete the spreadsheet because the data was not consistent in terms of labels between the files.

If you can work vlookup today, you are seven years ahead of me. Function is the same. I am just rusty.

How inconsistent is the data?

M.D. Holloway 12-06-2015 07:33 PM

Mark,
Sorry I didn't respond sooner. This is exactly what I'm looking for! I can provide a spread sheet map if you will where cells in one equal cells in another if that helps? I will look to get on it in the PM tomorrow.

72doug2,2S 12-07-2015 02:29 AM

Lubey, why not post the screen shots?

Amail 12-07-2015 06:32 AM

Be careful with hlookup and vlookup guys. Data needs to be sorted in ascending order which sometimes is inconvenient. Index-match is the method I use these days - see Say Goodbye to VLOOKUP, and Hello to INDEX-MATCH | eImagine Technology Group for a good explanation.

72doug2,2S 12-07-2015 12:34 PM

You also can't use multiple criteria with h/vlookups

Drbraunsr 12-08-2015 06:03 PM

Array formulas are voodoo


All times are GMT -8. The time now is 02:51 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website


DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.