J
John
I have the following formula's which I want to use to populate some cells in
a range
The following I want to go into Sheet2 F2:
=VLOOKUP($C2,Master_Menu_Item_Nos,3,0)*E2
This next one I want to go into Sheet2G2:
=VLOOKUP($C2,Master_Menu_Item_Nos,4,0)*E2
Then I want to copy them down only until Cell E.... has a value in it. My
Column E is dynamic so I never can tell where it finishes (I get values in E
from a database query). So initially my Sheet2 will be blank, then I run my
database query, then I wish to populate the cells as above
Thanks
a range
The following I want to go into Sheet2 F2:
=VLOOKUP($C2,Master_Menu_Item_Nos,3,0)*E2
This next one I want to go into Sheet2G2:
=VLOOKUP($C2,Master_Menu_Item_Nos,4,0)*E2
Then I want to copy them down only until Cell E.... has a value in it. My
Column E is dynamic so I never can tell where it finishes (I get values in E
from a database query). So initially my Sheet2 will be blank, then I run my
database query, then I wish to populate the cells as above
Thanks