Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default Multiple Values Lookup

I have data in Column A, B and C. Is there any way to populate from Column F
to Column J by Year and by Type? What about the data covering more than 2
years. i.e 2005, 2006, 2007 and 2008.

Source Data could have skipped a line and continued after (see below).

Year Type Amount
2008 Principal 320.97
2008 Principal (309.11)
2008 Principal (80.28)
2008 Principal 318.76
2008 Principal (304.92)
2008 Principal (85.10)
2007 Principal (221.24)
2007 Principal (72.80)

2007 Principal 554.33
2007 Principal (52.05)
2007 Principal (60.61)

2007 Interest 28.35
2008 Charge 140.00
2008 Charge (99.00)
2008 Interest (619.02)
2007 Charge 133.45
2007 Charge (67.88)
2007 Interest (3.45)
2008 Interest 678.45

Want to Show

Column E Column F Column G Column H Column I Column J

2007 2007 2007 2008 2008 2008
Principal Interest Charge Principal Interest Charge

(221.24) 28.35 133.45 320.97 (619.02) 140.00
(72.80) (3.45) (67.88) (309.11) 678.45 (99.00)
554.33 (80.28)
(52.05) 318.76
(60.61) (304.92)
(85.10)




  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Multiple Values Lookup

Use a Pivot Table. See:

http://peltiertech.com/Excel/Pivots/pivotstart.htm
--
Gary''s Student - gsnu200778


"igbert" wrote:

I have data in Column A, B and C. Is there any way to populate from Column F
to Column J by Year and by Type? What about the data covering more than 2
years. i.e 2005, 2006, 2007 and 2008.

Source Data could have skipped a line and continued after (see below).

Year Type Amount
2008 Principal 320.97
2008 Principal (309.11)
2008 Principal (80.28)
2008 Principal 318.76
2008 Principal (304.92)
2008 Principal (85.10)
2007 Principal (221.24)
2007 Principal (72.80)

2007 Principal 554.33
2007 Principal (52.05)
2007 Principal (60.61)

2007 Interest 28.35
2008 Charge 140.00
2008 Charge (99.00)
2008 Interest (619.02)
2007 Charge 133.45
2007 Charge (67.88)
2007 Interest (3.45)
2008 Interest 678.45

Want to Show

Column E Column F Column G Column H Column I Column J

2007 2007 2007 2008 2008 2008
Principal Interest Charge Principal Interest Charge

(221.24) 28.35 133.45 320.97 (619.02) 140.00
(72.80) (3.45) (67.88) (309.11) 678.45 (99.00)
554.33 (80.28)
(52.05) 318.76
(60.61) (304.92)
(85.10)




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default Multiple Values Lookup

Hi Gary's Student,

The data source populated from another document which included the blank
rows between records. Pivot Table does not work without removing the blank
rows. Is there any Excel formula to make it work?

Manyt thanks.

Igbert


"Gary''s Student" wrote:

Use a Pivot Table. See:

http://peltiertech.com/Excel/Pivots/pivotstart.htm
--
Gary''s Student - gsnu200778


"igbert" wrote:

I have data in Column A, B and C. Is there any way to populate from Column F
to Column J by Year and by Type? What about the data covering more than 2
years. i.e 2005, 2006, 2007 and 2008.

Source Data could have skipped a line and continued after (see below).

Year Type Amount
2008 Principal 320.97
2008 Principal (309.11)
2008 Principal (80.28)
2008 Principal 318.76
2008 Principal (304.92)
2008 Principal (85.10)
2007 Principal (221.24)
2007 Principal (72.80)

2007 Principal 554.33
2007 Principal (52.05)
2007 Principal (60.61)

2007 Interest 28.35
2008 Charge 140.00
2008 Charge (99.00)
2008 Interest (619.02)
2007 Charge 133.45
2007 Charge (67.88)
2007 Interest (3.45)
2008 Interest 678.45

Want to Show

Column E Column F Column G Column H Column I Column J

2007 2007 2007 2008 2008 2008
Principal Interest Charge Principal Interest Charge

(221.24) 28.35 133.45 320.97 (619.02) 140.00
(72.80) (3.45) (67.88) (309.11) 678.45 (99.00)
554.33 (80.28)
(52.05) 318.76
(60.61) (304.92)
(85.10)




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Multiple Values Lookup

Pivottables will work with empty rows in the data.

Make sure you select the entire range, though.

igbert wrote:

Hi Gary's Student,

The data source populated from another document which included the blank
rows between records. Pivot Table does not work without removing the blank
rows. Is there any Excel formula to make it work?

Manyt thanks.

Igbert

"Gary''s Student" wrote:

Use a Pivot Table. See:

http://peltiertech.com/Excel/Pivots/pivotstart.htm
--
Gary''s Student - gsnu200778


"igbert" wrote:

I have data in Column A, B and C. Is there any way to populate from Column F
to Column J by Year and by Type? What about the data covering more than 2
years. i.e 2005, 2006, 2007 and 2008.

Source Data could have skipped a line and continued after (see below).

Year Type Amount
2008 Principal 320.97
2008 Principal (309.11)
2008 Principal (80.28)
2008 Principal 318.76
2008 Principal (304.92)
2008 Principal (85.10)
2007 Principal (221.24)
2007 Principal (72.80)

2007 Principal 554.33
2007 Principal (52.05)
2007 Principal (60.61)

2007 Interest 28.35
2008 Charge 140.00
2008 Charge (99.00)
2008 Interest (619.02)
2007 Charge 133.45
2007 Charge (67.88)
2007 Interest (3.45)
2008 Interest 678.45

Want to Show

Column E Column F Column G Column H Column I Column J

2007 2007 2007 2008 2008 2008
Principal Interest Charge Principal Interest Charge

(221.24) 28.35 133.45 320.97 (619.02) 140.00
(72.80) (3.45) (67.88) (309.11) 678.45 (99.00)
554.33 (80.28)
(52.05) 318.76
(60.61) (304.92)
(85.10)





--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple lookup values and adding multiple rates across together ssolomon Excel Worksheet Functions 5 November 16th 07 09:02 PM
LOOKUP MULTIPLE VALUES Ed Excel Discussion (Misc queries) 2 April 10th 07 01:06 PM
Lookup on multiple values The Rook[_2_] Excel Discussion (Misc queries) 1 March 2nd 07 03:37 PM
Lookup in Multiple Columns, Return Multiple Values andy62 Excel Worksheet Functions 3 July 6th 06 02:36 AM
lookup multiple values njclay Excel Worksheet Functions 3 January 16th 06 09:58 PM


All times are GMT +1. The time now is 05:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"