A
ajayb
Hi all,
In an Excel worksheet I have the following data:
4000 3000 2000 1000
400 170 130 90 50
300 160 120 80 40
200 150 110 70 30
100 140 100 60 20
The first row and first columns are measurements the rest of the data is
currency. I use this formula =INDEX($B$2:$F$6, MATCH(C10,$B$2:$B$6,-1),
MATCH(C9,$B$2:$F$2,-1)) so that when I enter 2 measurements I get the correct
price.
Is it possible to do the same in an Access form or query?
Thanks
Andy
In an Excel worksheet I have the following data:
4000 3000 2000 1000
400 170 130 90 50
300 160 120 80 40
200 150 110 70 30
100 140 100 60 20
The first row and first columns are measurements the rest of the data is
currency. I use this formula =INDEX($B$2:$F$6, MATCH(C10,$B$2:$B$6,-1),
MATCH(C9,$B$2:$F$2,-1)) so that when I enter 2 measurements I get the correct
price.
Is it possible to do the same in an Access form or query?
Thanks
Andy