M
mcascone
I've been looking around here for a while and i don't think this
particular issue has been posted, forgive me if it has.
I'll try to be as descriptive as possible.
I'm trying to make a nutrition journal that will use a list of foods
and their associated nutrition values to track daily eating habits.
I'd like to be able to have a column of cells that each have a pulldown
list with the names of the foods. When a food is selected, I want all
of the associated values to be placed in the columns in the first
cell's row. Over the course of a day, the user enters the foods eaten
in the first column, and excel populates the protein, carbs etc in the
rows, and totals them at the bottom. One row per food eaten.
Essentially, i need it to use the list as a database and run queries on
it, but i think setting up a db would be even more complicated, if I
can just get this function figured out. (But any db suggestions would
be great! I'm running a Mac at home and NT at work.)
I've gotten as far as creating the pulldown list and using it in a
separate sheet (in the same file). I can't figure out how to create a
function that returns more than one column of data.
A wish-list feature would be to be able to add new foods and their
values in the user's sheet that then get added to the main list, but
for now adding them to the main list - so they show up in the pulldowns
- is fine. What gotchas do I have to look out for when adding to the
list? Will all of the functions automatically update themselves; if I
have it as a reference that should work right?
Thanks in advance for your help! Let me know if I need to clarify
anything.
particular issue has been posted, forgive me if it has.
I'll try to be as descriptive as possible.
I'm trying to make a nutrition journal that will use a list of foods
and their associated nutrition values to track daily eating habits.
I'd like to be able to have a column of cells that each have a pulldown
list with the names of the foods. When a food is selected, I want all
of the associated values to be placed in the columns in the first
cell's row. Over the course of a day, the user enters the foods eaten
in the first column, and excel populates the protein, carbs etc in the
rows, and totals them at the bottom. One row per food eaten.
Essentially, i need it to use the list as a database and run queries on
it, but i think setting up a db would be even more complicated, if I
can just get this function figured out. (But any db suggestions would
be great! I'm running a Mac at home and NT at work.)
I've gotten as far as creating the pulldown list and using it in a
separate sheet (in the same file). I can't figure out how to create a
function that returns more than one column of data.
A wish-list feature would be to be able to add new foods and their
values in the user's sheet that then get added to the main list, but
for now adding them to the main list - so they show up in the pulldowns
- is fine. What gotchas do I have to look out for when adding to the
list? Will all of the functions automatically update themselves; if I
have it as a reference that should work right?
Thanks in advance for your help! Let me know if I need to clarify
anything.