Help!

I am trying to replace cells with information from another..


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> New Users RSS
Next:  Data Fields being merged  
Author Message
bissenjk
External


Since: Aug 08, 2007
Posts: 1



PostPosted: Wed Aug 08, 2007 11:56 pm    Post subject: I am trying to replace cells with information from another cell
Archived from groups: microsoft>public>excel>newusers (more info?)

I have a report in excel that gives the diagnostic codes for a person.
I want the report to say the diagnosis insted of the code. I have a
list of what each code is in excel. Ex: Column I has the diagnosis by
number ( 711. or 739.99) column Q is numbered 710. - 739.9. Column R
gives the diagnosis for the code in the previous column. Is there any
way to have column I say its a certain diagnosis when it matches the
number in column Q which corresponds to column R. (basically I want
column I to be the verbage and not the codes).
Back to top
Pete_UK
External


Since: Jun 01, 2007
Posts: 510



PostPosted: Wed Aug 08, 2007 11:56 pm    Post subject: Re: I am trying to replace cells with information from another cell [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You will probably still need column I, but in another column you can
have a VLOOKUP formula which brings the text from your table which
corresponds to the code in I. Something like:

=IF(I2="","",VLOOKUP(I2,Q$2:R$500,2,0))

assuming you have a header row so that the data starts in row2, and
also assuming that you have 500 codes and descriptions - adjust to
suit, then copy down this helper column. You still enter the code in
column I, but then the description automatically appears in the column
with the formula in.

Hope this helps.

Pete

On Aug 9, 12:56 am, bisse....DeleteThis@gmail.com wrote:
> I have a report in excel that gives the diagnostic codes for a person.
> I want the report to say the diagnosis insted of the code. I have a
> list of what each code is in excel. Ex: Column I has the diagnosis by
> number ( 711. or 739.99) column Q is numbered 710. - 739.9. Column R
> gives the diagnosis for the code in the previous column. Is there any
> way to have column I say its a certain diagnosis when it matches the
> number in column Q which corresponds to column R. (basically I want
> column I to be the verbage and not the codes).
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> New Users All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum