I am working on recreating an excel file in access.
My excel files uses the Vlook up function to get data from a table for calculations.
I am calculating Fruit Solids.
=VLOOKUP(BRIXVALUE,'Brix Table'!$A$1:$F$752,6)*QUANTITY
(BRIX VALUE references a cell, and quantity references a cell just used the names instead of cell references)
The Brix table has 751 entries. The headers for the following tables are
"Brix, Gravity, Weight, GFL, LBS, FS/Gal"
So the look up table takes the BRIX value, finds it in the first column then takes the value in the 6th column(FS/Gal) then multiples that by the Quantity inserted in the other table. I didnt create the Vlook up access form so I am trying to get an understanding and recreate it in access.
In access i made a table called BRIX to store the Brix table information like the one in excel.
Then i have fields in a different table where you enter the quantity, and brix value of the product.
I now need to make the Vlook Up function in excel work for my access data.
Any suggestions?
I saw in other Vlook up query questions people just use a inner join but i know i am not just grabbing a single value I am some how doing a calculation. So really unsure how to make this work. I am doing an internship this concept is out of my reach for my access skills. Using Access 2007
My excel files uses the Vlook up function to get data from a table for calculations.
I am calculating Fruit Solids.
=VLOOKUP(BRIXVALUE,'Brix Table'!$A$1:$F$752,6)*QUANTITY
(BRIX VALUE references a cell, and quantity references a cell just used the names instead of cell references)
The Brix table has 751 entries. The headers for the following tables are
"Brix, Gravity, Weight, GFL, LBS, FS/Gal"
So the look up table takes the BRIX value, finds it in the first column then takes the value in the 6th column(FS/Gal) then multiples that by the Quantity inserted in the other table. I didnt create the Vlook up access form so I am trying to get an understanding and recreate it in access.
In access i made a table called BRIX to store the Brix table information like the one in excel.
Then i have fields in a different table where you enter the quantity, and brix value of the product.
I now need to make the Vlook Up function in excel work for my access data.
Any suggestions?
I saw in other Vlook up query questions people just use a inner join but i know i am not just grabbing a single value I am some how doing a calculation. So really unsure how to make this work. I am doing an internship this concept is out of my reach for my access skills. Using Access 2007
Last edited: