On Apr 2, 3:36 pm, "Thiazi" <thi...@gmail.com> wrote:
> I should have posted with this - I accomplish this in excel with
> =LOOKUP(cell name,{15,21,26},{1,2,3})
>
> What is the access equivalent the =LOOKUP command in Excel to do this?
>
>
>
> Thiazi wrote:
> > I have a unique calculation I need to produce and have the results
> > appear on an Access Report. I need to take the value of a value in a
> > column and essentially do the following:
>
> > if the value in the column is 15 - 20, assign a point value of 1
> > if the value in the column is 21 - 25, assign a point value of 2
> > if the value of the column is 26 - 30, assign a point value of 3
>
> > The column value will appear on the Access Report regardless, and I
> > need the point value to appear as well. How would I perform this
> > calculation in Access? I know in Excel I can perform it with the
> > LOOKUP command.- Hide quoted text -
>
> - Show quoted text -
Is this not possible?