Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Finding specific data and changing cells next to the data

I have a spreadsheet that is segmented with 1 collumn full of information and
then two collumns next to that information. I'm trying to populate the
collumns next to my information based on what's written in the main
informational column.

For example:

a15: "star trek" I want excel to auto populate b15: "barter" and c15: "9/11"

I will have several different values for the cells in column A, and would
like columns b and c to populate accordingly.

Is this possible. I've tried several different options with find/replace and
macros.

Any help would be much appreciated. thanks...
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 155
Default Finding specific data and changing cells next to the data

How many different entries in "a" will you have and how many different
"answers" will you have in column b and c? Will "star trek" appear many times?

If you create a table in say columns e, f, and g with "star trek" in "e",
"barter" in "f", and "9/11" in "g", Assuming your list starts in A2 you can
place this in cell b2:

"=vlookup(a2,(e$2:g$100),2,false)" without the quotes.

Copy it down the length of your list. Also G100 represents the list 100 rows
down. Change that to your size.
In C2 place:

"=vlookup(a2,(e$2:g$100),3,false)" without the quotes. Copy down

Also, entering in "9/11" will give you a date. You will need to put ' in
front of it

Squeaky


"fozzetti" wrote:

I have a spreadsheet that is segmented with 1 collumn full of information and
then two collumns next to that information. I'm trying to populate the
collumns next to my information based on what's written in the main
informational column.

For example:

a15: "star trek" I want excel to auto populate b15: "barter" and c15: "9/11"

I will have several different values for the cells in column A, and would
like columns b and c to populate accordingly.

Is this possible. I've tried several different options with find/replace and
macros.

Any help would be much appreciated. thanks...

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding specific text in one cell and returning data from another Klee Excel Worksheet Functions 8 April 2nd 09 08:49 PM
Finding specific data and moving it to a new sheet LauraD Excel Programming 0 July 10th 06 11:07 AM
finding blank cell and moving specific data into it BeJay Excel Worksheet Functions 1 May 30th 06 07:06 PM
Copying autofiltered data to a specific (changing) row using a macro [email protected] Excel Programming 0 May 6th 06 05:57 PM
Finding Specific Data and modifying it Reggie Excel Programming 2 September 20th 05 05:41 PM


All times are GMT +1. The time now is 06:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"