Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default Formula to search for a word and put that entire row in a list

I have a column which contains the word "Contracted" and all corresponding
columns have data which I want to put into another worksheet.
I want to creat a function that allows me to search for only the rows which
contain the word Contracted and then formats the adjacent columns data after
that.
I have probably 3000 rows that it will need to search through putting all
the data in the columns one after another.

Tracy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 257
Default Formula to search for a word and put that entire row in a list

If you meant that literally, Tracy, you should repost this question in Excel
Programming. If you want to create your own customized worksheet function,
it's not that hard to do but it's what we do over in the Excel Programming
forum; here we talk about how to use the worksheet functions that MS built
into Excel. And if you want to use the already-existing Excel functions to
copy data over to another worksheet -- that is, if you want to write a
formula in workbook A that'll put data into workbook B -- sorry, no can do,
because Excel's functions, as far as I can tell, affect only the contents of
THIS cell, never another. Oh, you can write a formula in the other cell to
copy what's in this one; but no formula in this cell can write the data over
there. That takes an Excel program.

That said, writing an Excel program isn't impossibly difficult. If you've
never done it, and this is what you need, at least give it a try. You'll
need help to get you used to the concepts, but you're surrounded by
enthusiasts and lots of them will want to give you pointers.

--- "Tracy" wrote:
I have a column which contains the word "Contracted" and all corresponding
columns have data which I want to put into another worksheet.
I want to creat a function that allows me to search for only the rows which
contain the word Contracted and then formats the adjacent columns data after
that.
I have probably 3000 rows that it will need to search through putting all
the data in the columns one after another.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default Formula to search for a word and put that entire row in a list

Thank you Bob, guess I'll give 'er a go.
--
Tracy


"Bob Bridges" wrote:

If you meant that literally, Tracy, you should repost this question in Excel
Programming. If you want to create your own customized worksheet function,
it's not that hard to do but it's what we do over in the Excel Programming
forum; here we talk about how to use the worksheet functions that MS built
into Excel. And if you want to use the already-existing Excel functions to
copy data over to another worksheet -- that is, if you want to write a
formula in workbook A that'll put data into workbook B -- sorry, no can do,
because Excel's functions, as far as I can tell, affect only the contents of
THIS cell, never another. Oh, you can write a formula in the other cell to
copy what's in this one; but no formula in this cell can write the data over
there. That takes an Excel program.

That said, writing an Excel program isn't impossibly difficult. If you've
never done it, and this is what you need, at least give it a try. You'll
need help to get you used to the concepts, but you're surrounded by
enthusiasts and lots of them will want to give you pointers.

--- "Tracy" wrote:
I have a column which contains the word "Contracted" and all corresponding
columns have data which I want to put into another worksheet.
I want to creat a function that allows me to search for only the rows which
contain the word Contracted and then formats the adjacent columns data after
that.
I have probably 3000 rows that it will need to search through putting all
the data in the columns one after another.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 257
Default Formula to search for a word and put that entire row in a list

And if you don't find sufficient help there, feel free to drop me a line at
the email address exposed in my profile (after suitable antispam
modification); I'm one of the enthusiasts I was talking about.

--- "Tracy" wrote:
Thank you Bob, guess I'll give 'er a go.

--- "Bob Bridges" wrote:
If you meant that literally, Tracy, you should repost this question in Excel
Programming. If you want to create your own customized worksheet function,
it's not that hard to do but it's what we do over in the Excel Programming
forum; here we talk about how to use the worksheet functions that MS built
into Excel. And if you want to use the already-existing Excel functions to
copy data over to another worksheet -- that is, if you want to write a
formula in workbook A that'll put data into workbook B -- sorry, no can do,
because Excel's functions, as far as I can tell, affect only the contents of
THIS cell, never another. Oh, you can write a formula in the other cell to
copy what's in this one; but no formula in this cell can write the data over
there. That takes an Excel program.

That said, writing an Excel program isn't impossibly difficult. If you've
never done it, and this is what you need, at least give it a try. You'll
need help to get you used to the concepts, but you're surrounded by
enthusiasts and lots of them will want to give you pointers.

--- "Tracy" wrote:
I have a column which contains the word "Contracted" and all corresponding
columns have data which I want to put into another worksheet.
I want to creat a function that allows me to search for only the rows which
contain the word Contracted and then formats the adjacent columns data
after that. I have probably 3000 rows that it will need to search through
putting all the data in the columns one after another.

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
Formula to search for given term, and if not found in column to add it to list financier Excel Worksheet Functions 3 July 12th 06 03:12 PM
Getting Excel whilst using the sumif formula to search for part of a word Newbie81 Excel Discussion (Misc queries) 1 December 20th 05 01:56 PM
need formula to search column for a word and return another word Skyline Excel Discussion (Misc queries) 5 November 18th 05 10:00 PM
Search Entire Workbook Sloth Excel Discussion (Misc queries) 0 October 14th 05 05:12 AM
How to Search for word in the Entire Workbook lbbss Excel Discussion (Misc queries) 4 July 4th 05 08:57 PM


All times are GMT +1. The time now is 05:53 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"