Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have two seperate worksheets with data from two companies. Example: (Worksheet 1) COMPANY A McDonalds Account Burger King Account Wal Mart Account (Worksheet 2) COMPANY B Outback Account Home Depot Account I would like to create a third worksheet that will consolidate the entries for the two companies. I would want it to look like: BOTH COMPANIES McDonalds Account Burger King Account Wal Mart Account Outback Account Home Depot Account The problem is that the number of entries in each company will change from month to month. But I would like to create a formula of some sort that will list all entries in the first sheet and then pick up showing the entries in the second sheet in one consolidated list. I've been going this route: =IF('SHEET1'!A2<"",'SHEET1'!A2,'SHEET2'!$A$2) This gets all the first list and the first entry of the second list but I can't modify the formula to add entries in order after the first entry on the second sheet. I could manually modify the formula to display the data right this month but when the variable change next month it will need to be modified again (I could copy paste alot faster if I was going to do this). Is there anyway to do this without getting into VBA code? Thanks! Jon -- jhicker ------------------------------------------------------------------------ jhicker's Profile: http://www.excelforum.com/member.php...o&userid=31736 View this thread: http://www.excelforum.com/showthread...hreadid=514516 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy From One Spreadsheet To Another Spreadsheet | Excel Discussion (Misc queries) | |||
inserting image and document files into the spreadsheet | Excel Discussion (Misc queries) | |||
Displaying contents of cell on different spreadsheet | Excel Discussion (Misc queries) | |||
Scan and copy cells from one spreadsheet to another. | Excel Discussion (Misc queries) | |||
Some exported records do not show on spreadsheet | Excel Worksheet Functions |