DGET FUNCTION

V

Vikram Dhemare

Hi,
I have table which contents the detailed recept of matl.
Now, I have another summery sheet in the same file. I wish to pull the
latest purchased rate of specific items. I have tried this by using DGET /
DMAX function.
but it gives results for only on single items.
for, your ref. i am providing herewith the summery sheet
im_code (DESIRED OUTPUT)
ATM0093 =DGET(GIN!A:BV,"IM_INVRT",$A$1:$A$7)
ATM0094 =DGET(GIN!A:BV,"IM_INVRT",$A$1:$A$7)
PTM0748 =DGET(GIN!A:BV,"IM_INVRT",$A$1:$A$7)
ATM0576 =DGET(GIN!A:BV,"IM_INVRT",$A$1:$A$7)
ATM0577 =DGET(GIN!A:BV,"IM_INVRT",$A$1:$A$7)
ATM0579 =DGET(GIN!A:BV,"IM_INVRT",$A$1:$A$7)
but the value returns #NUM!
Is there any way to give condition in this like
=DGET(GIN!A:BV,"IM_INVRT",$A$1,$A$5)
that means the crietria would be col. heading & the specific row no.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top