Ok, I am sure I am doing something wrong that is causing my problem.
First off, I am using Excel 2010 Beta on a Windows 7 (64bit) machine.
The problem that I am having is I found a formula that looks like it will do exactly what Im looking for, extract information from one column, sort it alphabetically and remove duplicates and put it in a new column.
=INDEX(Week1,MATCH(0,COUNTIF($AI$2:AI2,Week1),0))
This is supposed to be added to the sheet using CTRL-SHIFT-Enter which from what I've read is putting it in as an array formula.
I Enter the formula in the first row then propagate it down to the bottom of the column, however the problem that I'm having is that the information showing up all the way down the column is the information in the first row.
I think part of the problem may be that my data has a lot of blanks that which is part of the reason that I wanted to sort it into a new column.
Basically, Im building a multifunction spread sheet, one function is to generate a shopping list. So i have a table with about 35 columns, 29 of which are ingredients.
So I have one column off to the side using formula's like this
=IF(VLOOKUP(AE2,Table1,6,FALSE)<>0,VLOOKUP(AE2,Table1,6,FALSE),"")
one for each ingredient, so a total of 29 of them for each recipe, then its stacked 7 tall, so a total of about 160 rows.
Now not each recipe has 29 ingredients so there are a lot of blanks, I was having other errors with blank cells so i filled all the blank cells with a single space.
Any help will be greatly appreciated.
As a side note, I have the sheet set to manual calculation and when refreshing the data, the information in the sorted column doesnt update.
First off, I am using Excel 2010 Beta on a Windows 7 (64bit) machine.
The problem that I am having is I found a formula that looks like it will do exactly what Im looking for, extract information from one column, sort it alphabetically and remove duplicates and put it in a new column.
=INDEX(Week1,MATCH(0,COUNTIF($AI$2:AI2,Week1),0))
This is supposed to be added to the sheet using CTRL-SHIFT-Enter which from what I've read is putting it in as an array formula.
I Enter the formula in the first row then propagate it down to the bottom of the column, however the problem that I'm having is that the information showing up all the way down the column is the information in the first row.
I think part of the problem may be that my data has a lot of blanks that which is part of the reason that I wanted to sort it into a new column.
Basically, Im building a multifunction spread sheet, one function is to generate a shopping list. So i have a table with about 35 columns, 29 of which are ingredients.
So I have one column off to the side using formula's like this
=IF(VLOOKUP(AE2,Table1,6,FALSE)<>0,VLOOKUP(AE2,Table1,6,FALSE),"")
one for each ingredient, so a total of 29 of them for each recipe, then its stacked 7 tall, so a total of about 160 rows.
Now not each recipe has 29 ingredients so there are a lot of blanks, I was having other errors with blank cells so i filled all the blank cells with a single space.
Any help will be greatly appreciated.
As a side note, I have the sheet set to manual calculation and when refreshing the data, the information in the sorted column doesnt update.