#1   Report Post  
Chandrashekhar
 
Posts: n/a
Default Excel Function

In a worksheet for e.g. Row No. A1 to A6, I have Entered some data
in-between specified range (i.e. A1 to A6) A2, A4, A6, I want to pick up the
data entered in that specified range in B1 to B6 in a SEQUENCE

Example :

ROW NO. INPUT ROW NO OUTPUT
A1 B1 15
A2 15 B2 6
A3 B3 35
A4 6 B4
A5 B5
A6 35 B6


Please guide me which function will solve the problem and I would like to
inform you that it should skip the blank cell, The output should pickup the
only filled data in sequence order as inputed in row A1 to A6.
  #2   Report Post  
K.S.Warrier
 
Posts: n/a
Default

Hi,
In B1,put formula as
=if(a1<"",a1,if(a2<"",a2,if(a3<"",a3,if(a4<"", a4,if(a5<"",a5,if(a6<"",a6,"")))))).
Repeat this in B2,starting from a2; in B3,starting from a3; and so on ...
If the number of rows is more than 7,this formula may not give the desired
result.
K.S.Warrier

"Chandrashekhar" wrote:

In a worksheet for e.g. Row No. A1 to A6, I have Entered some data
in-between specified range (i.e. A1 to A6) A2, A4, A6, I want to pick up the
data entered in that specified range in B1 to B6 in a SEQUENCE

Example :

ROW NO. INPUT ROW NO OUTPUT
A1 B1 15
A2 15 B2 6
A3 B3 35
A4 6 B4
A5 B5
A6 35 B6


Please guide me which function will solve the problem and I would like to
inform you that it should skip the blank cell, The output should pickup the
only filled data in sequence order as inputed in row A1 to A6.

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Access Module coded converted to Excel Function Adam Excel Discussion (Misc queries) 1 December 23rd 04 02:48 PM
Excel function help facilities RPS Excel Discussion (Misc queries) 1 December 8th 04 02:36 AM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM
Statistical Excel Function Question within Excel 2000... Drew H Excel Worksheet Functions 3 October 31st 04 06:55 PM


All times are GMT +1. The time now is 09:43 AM.

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"