Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default need formula: # entered in column B will transfer to column D

Where in column L are you entering the number? L1, L10000, L1000000? or are
you entering different numbers in all the cells L6:L250?

When you say repeat do you mean that the number you type in in one cell
should appear in all the cells or maybe the one adjacent to it, or ....?

For example if you want the entry in R6 to equal the entry in L6 then
=L6 if you don't mind seeing 0's when L6 is empty.
or
=IF(L6,L6,"") if column L's data is only numbers or blanks
or
=IF(L6="","",L6) for any data type
and copy this down to R250.


If you want the entry in R6:R250 to equal what you enter in L6 then
=L$1
or
=IF(L$6,L$6,"")
or
=IF(L$6="","",L$6)
and copy this down to R250. Same comments as above.

Identical idea for columns S and V.
--
Thanks,
Shane Devenshire


"JENAB" wrote:

i tried that kept getting message formula error. what I need is acutally the
numbers i enter in column L to repeat into coloum R; then Column S to repeat
to column V, each row from 6 to 250


"JENAB" wrote:

i want to enter a # in one column, then need that number to appear in
another. ie: Column B & D are the same i enter 55 in B and 55 will appear in
D. I cant seem to find the formula. Also need the entire column from row 6
to 250. Thanks for any suggestions,

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
transfer a column into a row? Joe Excel Discussion (Misc queries) 2 April 9th 08 10:53 PM
Is there a formula to transfer the last value in a column Tam Excel Worksheet Functions 2 September 18th 07 09:24 PM
Looking for formula that selects last value entered in a column? playgolf Excel Worksheet Functions 2 April 4th 07 02:40 PM
add numbers in a column and transfer result to another column planecents Excel Worksheet Functions 3 March 2nd 07 06:05 PM
transfer data from one column into another column Wessel Excel Discussion (Misc queries) 5 January 11th 06 11:48 PM


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