Z
znrd40
I am having trouble thinking of a simple way to accomplish my task an
am wondering if anyone can suggest either a way to do it with Exce
formulas or if they think it looks like I will need to write a macr
for the job.
Here is my curent formula:
=If(AND(B1=B2, B2=B3), Sheet1!A41, Sheet2!A42
Basically I have two columns, one column is a list of objects and th
other column is a unique idea number that groups the list of object
(specificaly a list of ingredients for a recipe). I would like t
insert a third column that based on the ID number lists the recip
name. (I know this is best done in a database, but I'm tryign t
create a file for people without database programs or skills.)
So I want it to look something like this:
ID Title Ingredients
1 coffe
am wondering if anyone can suggest either a way to do it with Exce
formulas or if they think it looks like I will need to write a macr
for the job.
Here is my curent formula:
=If(AND(B1=B2, B2=B3), Sheet1!A41, Sheet2!A42
Basically I have two columns, one column is a list of objects and th
other column is a unique idea number that groups the list of object
(specificaly a list of ingredients for a recipe). I would like t
insert a third column that based on the ID number lists the recip
name. (I know this is best done in a database, but I'm tryign t
create a file for people without database programs or skills.)
So I want it to look something like this:
ID Title Ingredients
1 coffe