LOOKUP Command Issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Currently I am working on a spreadsheet that will take information entered on
a sheet called Profile and put it onto a 2nd sheet called Mail Merge. The
question I have is this, I am trying to find an easy way to make this happen
without having to fill in each cell with the function. Currently, I am doing
one cell at a time.

Addtional information, one of the cells I am working with on the Profile
sheet is actually 2 cells merged (ex: A3:A4) the rest of the cells are not
merged.

Current function being used: =LOOKUP (Profile!A4;Profile!A4)

Thank you for your help...
 
VegasBurger wrote...
....
Addtional information, one of the cells I am working with on the Profile
sheet is actually 2 cells merged (ex: A3:A4) the rest of the cells are not
merged.

Merged cells are usually difficult to work with.
Current function being used: =LOOKUP(Profile!A4;Profile!A4)

This is a do-nothing function call. Simplify to =Profile!A4 .
 

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

Back
Top