Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 2 sheets 2 rows grab 1

I'm beating my head against the wall here.

I have a sheet. In column B is a description like 'CPU TYPE' column C has
the Value 'Intel P4 3.0'.

There are thousands of values in this sheet. I was hoping to add a second
sheet and have a search function that says if any cell in B is = 'CPU TYPE'
then display the value in C on my new sheet. This will make me a summary
page. I can copy this sheet into other .xls forms and as long as the sheets
are the same name, it will work out well.

I started with =IF(Sheet1!D1:D5000="Computer Name","TRUE","FALSE") but that
looks at the whole column and doesn't return the correct value. I'm try
VLOOKUPs and the such but the nesting is getting difficult.

HELP?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default 2 sheets 2 rows grab 1

I think I'd drop the formulas and use data|autofilter.

Select the range (all of column B???)
data|autofilter
then use the dropdown arrow to show the cells with "cpu type" (or use
custom|contains CPU Type)

If I needed just this list on a new worksheet, I'd copy the visible rows to that
new sheet.

But I'd try to keep the data in one spot and just apply the filter to show what
I want.

karatehero wrote:

I'm beating my head against the wall here.

I have a sheet. In column B is a description like 'CPU TYPE' column C has
the Value 'Intel P4 3.0'.

There are thousands of values in this sheet. I was hoping to add a second
sheet and have a search function that says if any cell in B is = 'CPU TYPE'
then display the value in C on my new sheet. This will make me a summary
page. I can copy this sheet into other .xls forms and as long as the sheets
are the same name, it will work out well.

I started with =IF(Sheet1!D1:D5000="Computer Name","TRUE","FALSE") but that
looks at the whole column and doesn't return the correct value. I'm try
VLOOKUPs and the such but the nesting is getting difficult.

HELP?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 2 sheets 2 rows grab 1

I was hoping to do it automatically.

I found that =VLookup("CPU TYPE", $b$1:$c$10000,2,false) returned the second
value in the column there, so this works pretty good.

Thanks for the help!

"Dave Peterson" wrote:

I think I'd drop the formulas and use data|autofilter.

Select the range (all of column B???)
data|autofilter
then use the dropdown arrow to show the cells with "cpu type" (or use
custom|contains CPU Type)

If I needed just this list on a new worksheet, I'd copy the visible rows to that
new sheet.

But I'd try to keep the data in one spot and just apply the filter to show what
I want.

karatehero wrote:

I'm beating my head against the wall here.

I have a sheet. In column B is a description like 'CPU TYPE' column C has
the Value 'Intel P4 3.0'.

There are thousands of values in this sheet. I was hoping to add a second
sheet and have a search function that says if any cell in B is = 'CPU TYPE'
then display the value in C on my new sheet. This will make me a summary
page. I can copy this sheet into other .xls forms and as long as the sheets
are the same name, it will work out well.

I started with =IF(Sheet1!D1:D5000="Computer Name","TRUE","FALSE") but that
looks at the whole column and doesn't return the correct value. I'm try
VLOOKUPs and the such but the nesting is getting difficult.

HELP?


--

Dave Peterson

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
Insert rows based on specific value bob Excel Worksheet Functions 6 February 29th 08 07:11 PM
Hiding rows while sheet is protected burnsbyrne Excel Discussion (Misc queries) 5 August 22nd 06 08:40 PM
print area selection slows excel, formula for hiding rows?? sbrimley Excel Discussion (Misc queries) 1 March 21st 06 11:26 PM
Updating, Deleting and inserting rows over two Excel Sheets Dilip Mistry Excel Worksheet Functions 0 July 25th 05 07:09 PM
Exact rows, multiple sheets jcohen029 Excel Discussion (Misc queries) 1 June 6th 05 05:58 AM


All times are GMT +1. The time now is 08:54 AM.

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

About Us

"It's about Microsoft Excel"