Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 128
Default Copy row details where cell value meets certain criteria

I want to be able to copy (from one worksheet to another) all the cells in
row37 (up to column R) where the value in R37 is greater than 6000.

I'm thinking a vlookup function (or similar) would be the way to go, but I'm
not quite sure.

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Copy row details where cell value meets certain criteria

=IF(Sheet1!A37="","",Sheet1!A37)
copy across

"Sarah (OGI)" wrote:

I want to be able to copy (from one worksheet to another) all the cells in
row37 (up to column R) where the value in R37 is greater than 6000.

I'm thinking a vlookup function (or similar) would be the way to go, but I'm
not quite sure.

Any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 128
Default Copy row details where cell value meets certain criteria

I should probably revise what I previously wrote (sorry):

I want to be able to copy (from one worksheet to another) all the cells IN
ANY ONE ROW (e.g. row 37) out of about ~200rows, where the value in column R
is greater than 6000.

Sorry for the confusion.
(thanks for the quick response tho!)

"Teethless mama" wrote:

=IF(Sheet1!A37="","",Sheet1!A37)
copy across

"Sarah (OGI)" wrote:

I want to be able to copy (from one worksheet to another) all the cells in
row37 (up to column R) where the value in R37 is greater than 6000.

I'm thinking a vlookup function (or similar) would be the way to go, but I'm
not quite sure.

Any ideas?

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
copy row to new sheet where cell value meets criteria djhs63 Excel Discussion (Misc queries) 1 February 13th 07 03:04 PM
How can I get a cell to Flash if it meets a certain criteria in Ex tcfoote Excel Worksheet Functions 1 October 31st 06 04:03 PM
How do I go to the next cell that meets criteria Neil Excel Discussion (Misc queries) 3 May 12th 06 04:34 PM
Get data if cell within a row meets criteria pomalley Excel Discussion (Misc queries) 2 March 2nd 06 03:28 PM
how do I change the font of a cell if it meets a certain criteria. Meaux Excel Worksheet Functions 3 November 19th 04 06:05 AM


All times are GMT +1. The time now is 02:05 PM.

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"