![]() |
|
|
|
Targa, Panamera Turbo
Join Date: Aug 2004
Location: Houston TX
Posts: 22,366
|
Need an Excel Guru
I have a parsing (sp) challenge with an Excel spreadsheet. Any gurus out there?
__________________
Michael D. Holloway https://simple.m.wikipedia.org/wiki/Michael_D._Holloway https://5thorderindustry.com/ https://www.amazon.com/s?k=michael+d+holloway&crid=3AWD8RUVY3E2F&sprefix= michael+d+holloway%2Caps%2C136&ref=nb_sb_noss_1 |
||
![]() |
|
Registered
Join Date: Mar 2013
Location: LosAngeles
Posts: 617
|
No guru, but what is the issue ?
|
||
![]() |
|
Targa, Panamera Turbo
Join Date: Aug 2004
Location: Houston TX
Posts: 22,366
|
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?
__________________
Michael D. Holloway https://simple.m.wikipedia.org/wiki/Michael_D._Holloway https://5thorderindustry.com/ https://www.amazon.com/s?k=michael+d+holloway&crid=3AWD8RUVY3E2F&sprefix= michael+d+holloway%2Caps%2C136&ref=nb_sb_noss_1 |
||
![]() |
|
Targa, Panamera Turbo
Join Date: Aug 2004
Location: Houston TX
Posts: 22,366
|
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.
__________________
Michael D. Holloway https://simple.m.wikipedia.org/wiki/Michael_D._Holloway https://5thorderindustry.com/ https://www.amazon.com/s?k=michael+d+holloway&crid=3AWD8RUVY3E2F&sprefix= michael+d+holloway%2Caps%2C136&ref=nb_sb_noss_1 |
||
![]() |
|
Targa, Panamera Turbo
Join Date: Aug 2004
Location: Houston TX
Posts: 22,366
|
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.
__________________
Michael D. Holloway https://simple.m.wikipedia.org/wiki/Michael_D._Holloway https://5thorderindustry.com/ https://www.amazon.com/s?k=michael+d+holloway&crid=3AWD8RUVY3E2F&sprefix= michael+d+holloway%2Caps%2C136&ref=nb_sb_noss_1 |
||
![]() |
|
Registered
Join Date: Mar 2013
Location: LosAngeles
Posts: 617
|
pm sent
|
||
![]() |
|
![]() |
Targa, Panamera Turbo
Join Date: Aug 2004
Location: Houston TX
Posts: 22,366
|
didn't get it
__________________
Michael D. Holloway https://simple.m.wikipedia.org/wiki/Michael_D._Holloway https://5thorderindustry.com/ https://www.amazon.com/s?k=michael+d+holloway&crid=3AWD8RUVY3E2F&sprefix= michael+d+holloway%2Caps%2C136&ref=nb_sb_noss_1 |
||
![]() |
|
Registered
Join Date: Dec 2012
Location: Seattle
Posts: 8,943
|
Please post the solution! I do all my data manipulations for excel in R, but always interested in how people solve data problems
__________________
1982 911 Targa, 3.0L ROW with Webers |
||
![]() |
|
Registered
Join Date: Mar 2013
Location: LosAngeles
Posts: 617
|
Boy, if I can't figure out an email, then it's hopeless to help with your spreadsheet.
Pm, tried again. |
||
![]() |
|
Targa, Panamera Turbo
Join Date: Aug 2004
Location: Houston TX
Posts: 22,366
|
I sent you one of my email.
__________________
Michael D. Holloway https://simple.m.wikipedia.org/wiki/Michael_D._Holloway https://5thorderindustry.com/ https://www.amazon.com/s?k=michael+d+holloway&crid=3AWD8RUVY3E2F&sprefix= michael+d+holloway%2Caps%2C136&ref=nb_sb_noss_1 |
||
![]() |
|
beancounter
Join Date: Jan 2008
Location: Weehawken, NJ
Posts: 3,593
|
Vlookup, lookup formula or sumif formula can be pretty powerful tools. Not sure if these will work for your situation.
__________________
Jacob Current: 1983 911 GT4 Race Car / 1999 Spec Miata / 2000 MB SL500 / 1998 MB E300TD / 1998 BMW R1100RT / 2016 KTM Duke 690 Past: 2009 997 Turbo Cab / 1979 930 |
||
![]() |
|
Targa, Panamera Turbo
Join Date: Aug 2004
Location: Houston TX
Posts: 22,366
|
ok, may be this will help. I want cell B5 in spreadsheet 1 to fill in C8 in spread sheet 2.
__________________
Michael D. Holloway https://simple.m.wikipedia.org/wiki/Michael_D._Holloway https://5thorderindustry.com/ https://www.amazon.com/s?k=michael+d+holloway&crid=3AWD8RUVY3E2F&sprefix= michael+d+holloway%2Caps%2C136&ref=nb_sb_noss_1 |
||
![]() |
|
Registered
|
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. |
||
![]() |
|
Registered
|
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.
__________________
FEC3 1980 911SC coupe "Zeus" 3.3SS god of thunder and lightning |
||
![]() |
|
Just thinking out loud
Join Date: Nov 2001
Location: Close by
Posts: 6,884
|
I'm no expert, but the pivot table function in excel could be the answer.
__________________
83 944 91 FJ80 84 Ram Charger (now gone) |
||
![]() |
|
Registered
Join Date: Jun 1999
Posts: 7,128
|
If you haven't found a solution yet, I'm happy to help...I work with crazy complex excel sheets all day long.
__________________
1957 Speedster, 1965 356SC, 1965 356SC Outlaw, 1972 911T, 1998 993 C2S, 2018 Targa 4 GTS, 2014 Cayenne S, 2016 Boxster Spyder, 2019 Tacoma |
||
![]() |
|
Registered
Join Date: Jul 2001
Location: Lawrenceville GA 30045
Posts: 7,377
|
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.
__________________
Mark '83 SC Targa - since 5/5/2001 '06 911 S Aerokit - from 5/2/2016 to 11/14/2018 '11 911 S w/PDK - from 7/2/2021 to ??? |
||
![]() |
|
Registered
Join Date: Dec 2010
Posts: 35
|
Is this what you are trying to do?
Quote:
The formula in C8 of Spreadsheet2 will look like this: =+[Spreadsheet2]Sheet1!$B$5 Is this what you are trying to do? |
||
![]() |
|
Registered
Join Date: Jul 2001
Location: Lawrenceville GA 30045
Posts: 7,377
|
Mike - I just sent you an example for a solution. It was sent back from my home email - different that the above.
Mark
__________________
Mark '83 SC Targa - since 5/5/2001 '06 911 S Aerokit - from 5/2/2016 to 11/14/2018 '11 911 S w/PDK - from 7/2/2021 to ??? |
||
![]() |
|
Regenerated User
|
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.
__________________
My uncle has a country place, that no one knows about. He said it used to be a farm, before the motor law. '72 911T 2,2S motor '76 BMW 2002 |
||
![]() |
|