Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ccp
 
Posts: n/a
Default Can data from one ws transfer to another IF cell has text?

In a spreadsheet having to do with installing machinery in customers'
facilities, I have one sheet (sheet A) with client data several columns
wide - name, address, machine, model, specifics, yada yada; one column is
INSTALL DATE.

I would like the entire row to copy itself to a second worksheet (sheet B)
when the column for INSTALL DATE gets filled in, so that I will have a quick
reference on which installs have been completed.

I can't figure out how to do this. It's probably simple. Can anyone help
me?.


  #2   Report Post  
Tom Hayakawa
 
Posts: n/a
Default

The simplest, low-tech way to do this would be to have an IF statement in
each cell of Sheet B. So if INSTALL DATE was in Column A, you would put this
formula into cell A1 of Sheet B: =IF(Sheet A!$A1="","",Sheet A!A1) Then
copy it to every other cell on sheet B that corresponds to a cell in Sheet A
that you to see when INSTALL DATE gets filled in. Note that this gets to be
a resource hog if you have a lot of data on Sheet A.

"Ccp" wrote:

In a spreadsheet having to do with installing machinery in customers'
facilities, I have one sheet (sheet A) with client data several columns
wide - name, address, machine, model, specifics, yada yada; one column is
INSTALL DATE.

I would like the entire row to copy itself to a second worksheet (sheet B)
when the column for INSTALL DATE gets filled in, so that I will have a quick
reference on which installs have been completed.

I can't figure out how to do this. It's probably simple. Can anyone help
me?.



  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Using the VLOOKUP worksheet function should get you there.

See help on VLOOKUP.

OR go to Debra Dalgleish's site for more of this function.

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben Excel MVP

On Thu, 14 Jul 2005 14:43:18 -0400, "Ccp" wrote:

In a spreadsheet having to do with installing machinery in customers'
facilities, I have one sheet (sheet A) with client data several columns
wide - name, address, machine, model, specifics, yada yada; one column is
INSTALL DATE.

I would like the entire row to copy itself to a second worksheet (sheet B)
when the column for INSTALL DATE gets filled in, so that I will have a quick
reference on which installs have been completed.

I can't figure out how to do this. It's probably simple. Can anyone help
me?.


  #4   Report Post  
Ccp
 
Posts: n/a
Default

Awesome! Thank you!

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Using the VLOOKUP worksheet function should get you there.

See help on VLOOKUP.

OR go to Debra Dalgleish's site for more of this function.

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben Excel MVP

On Thu, 14 Jul 2005 14:43:18 -0400, "Ccp" wrote:

In a spreadsheet having to do with installing machinery in customers'
facilities, I have one sheet (sheet A) with client data several columns
wide - name, address, machine, model, specifics, yada yada; one column is
INSTALL DATE.

I would like the entire row to copy itself to a second worksheet (sheet B)
when the column for INSTALL DATE gets filled in, so that I will have a
quick
reference on which installs have been completed.

I can't figure out how to do this. It's probably simple. Can anyone help
me?.




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
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Add data to cell w/o loosing initial data jaycain Excel Discussion (Misc queries) 2 March 29th 05 02:23 AM
Using a Text / Data output as a cell reference Jimboski Excel Discussion (Misc queries) 1 February 11th 05 07:31 PM
Combining data (numeric format) in multiple cells into one cell (t GNAC SID Excel Discussion (Misc queries) 2 February 7th 05 04:09 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


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

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"