Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Move cells automatically desperate question

I need to copy cells from one worksheet to another based on a text value held
in opne of the columns. The data is regarding late payments, so i have a
field "LATE?" which is either "LATE" "OK" or blank or N/A (ie other). I would
like to copy all of the rows that contain the value "OK" to a sheet called
"On Time" within the same workbook and all others ("LATES" and blanks etc) to
another called "LATE".

Any advice about how to do this would be great as I dont know any functions
that move cells and am unsure how I would go about it using VBA.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Move cells automatically desperate question

I also need to know how to move a set of formulas as a dynamic named range
increases. I have a set of SUMIF formulas that multiply a postage type field
by amount of boxes to work out totals for all the data. These formulas must
be at the bottom of the data since whole rows will be pasted in which would
overright them otherwise. I would like the formulas to be at the immediate
end of the data, ie one row more than whatever amount of rows are included in
my dynamic range. I write these two questions together because I suspect that
I could achieve this if I knew how to move cells automatically.

"oli merge" wrote:

I need to copy cells from one worksheet to another based on a text value held
in opne of the columns. The data is regarding late payments, so i have a
field "LATE?" which is either "LATE" "OK" or blank or N/A (ie other). I would
like to copy all of the rows that contain the value "OK" to a sheet called
"On Time" within the same workbook and all others ("LATES" and blanks etc) to
another called "LATE".

Any advice about how to do this would be great as I dont know any functions
that move cells and am unsure how I would go about it using VBA.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 341
Default Move cells automatically desperate question

1) create 2 new sheets called On Time and Late. (Right click on the sheets
at the bottom, choose insert worksheet, then do it again but choose rename).

2) go back to your original list. select all the data and do Data Filter
Autofilter


3) use the little arrow on the column you are interested in to filter for OK

4) select all of these and do ctrl-C (copy)

5) select the sheet called On Time, do right-click in cell A1 and do paste
special values then do it again with paste-special formats

6) go back to your original sheet. now on the filter arrow choose custom.
choose "does not equal OK"

7) select the sheet called Late, do right-click in cell A1 and do paste
special values then do it again with paste-special formats

8) (cheeky one this) very important, come back to this website, click on
this message and give me a green tick

HTH

--
Allllen


"oli merge" wrote:

I need to copy cells from one worksheet to another based on a text value held
in opne of the columns. The data is regarding late payments, so i have a
field "LATE?" which is either "LATE" "OK" or blank or N/A (ie other). I would
like to copy all of the rows that contain the value "OK" to a sheet called
"On Time" within the same workbook and all others ("LATES" and blanks etc) to
another called "LATE".

Any advice about how to do this would be great as I dont know any functions
that move cells and am unsure how I would go about it using VBA.

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
set tab or enter keys to automatically move to different cells J9Y Excel Discussion (Misc queries) 8 November 8th 06 02:29 AM
Move merged cells with conditional formatting? SpikeUK Excel Worksheet Functions 11 December 8th 05 05:04 PM
Locked spreadsheet, move cursor only to unlocked cells? dhilligoss Excel Worksheet Functions 1 December 5th 05 02:29 PM
Automatically filling in cells based on another cell's content Ginger Excel Worksheet Functions 5 September 2nd 05 09:17 AM
Enter, tab, arrow keys aren't allowing me to move to other cells Greg Excel Discussion (Misc queries) 6 May 25th 05 02:20 PM


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