Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Append data from a column to separate table array


I have a little problem.

Cells A1 - A10 contain student names.
Cells B1 - B10 say either 'absent' or 'present'.

I need to send letters to the students who were absent.

Therefore I would like those students who were absent to be extracted
from the names in A1 - A10 and put in another table array somewhere on
the sheet i.e. if Column B value is 'absent' then append the value in
column A.

Can this be done? Or have I not explained myself properly?




--
miss_q
------------------------------------------------------------------------
miss_q's Profile: http://www.excelforum.com/member.php...o&userid=27573
View this thread: http://www.excelforum.com/showthread...hreadid=492479

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 153
Default Append data from a column to separate table array

Hi miss_q

If I'm understanding your question correctly, try a formula like this
in column C:

=IF(B1="absent",A1,"")

Hope this helps,

Dave U

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Append data from a column to separate table array


Hi Dave,

Thanks for replying.

Rather than the names appearing in an adjacent column an din
corresponding rows, I wanted the names to appear, one under the other,
in a separate table array. (See attached.)

Any guesses?

TIA :)


+-------------------------------------------------------------------+
|Filename: student letters.JPG |
|Download: http://www.excelforum.com/attachment.php?postid=4112 |
+-------------------------------------------------------------------+

--
miss_q
------------------------------------------------------------------------
miss_q's Profile: http://www.excelforum.com/member.php...o&userid=27573
View this thread: http://www.excelforum.com/showthread...hreadid=492479

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Append data from a column to separate table array


I think an Advanced Filter will suit your needs:

Using your example with data in Cells A1:B14...

D1: Attendance
D2: Absent

A16: Student

Select A1:B14
DataFilterAdvanced Filter
Select: Copy to Another Location
List Range: (your already selected list)
Criteria Range: Select D1:D2
Copy To: Select A16
Click the [OK] button

That will create a list of names, under A16, of Students with an
Attendance value of Absent.

Does that help?

Regards,
Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=492479

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Append data from a column to separate table array


thanks for replying.

Rather than the names appearing in an adjacent column, and in
corresponding rows to the absentees (which would mean blank rows in
between), how can I get the names to appear, one under the other, in
another table array?

TIA


+-------------------------------------------------------------------+
|Filename: student letters.JPG |
|Download: http://www.excelforum.com/attachment.php?postid=4115 |
+-------------------------------------------------------------------+

--
miss_q
------------------------------------------------------------------------
miss_q's Profile: http://www.excelforum.com/member.php...o&userid=27573
View this thread: http://www.excelforum.com/showthread...hreadid=492479



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Append data from a column to separate table array


Ooops!

My computer is being weird, it was showing me that my first reply
didn't go through...


But yes, it worked!


Thanks a bunch! :)


--
miss_q
------------------------------------------------------------------------
miss_q's Profile: http://www.excelforum.com/member.php...o&userid=27573
View this thread: http://www.excelforum.com/showthread...hreadid=492479

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
Index,Match table array in separate workbook Ben Excel Worksheet Functions 6 May 11th 06 08:39 AM
Can Row and Column Inputs in 2 Var. Data Table be on a separate sh RED Excel Discussion (Misc queries) 4 May 3rd 05 06:12 PM
Can Row and Column Inputs in 2 Var. Data Table be on a separate sh RED Excel Discussion (Misc queries) 0 May 3rd 05 03:30 PM
Append data to a separate workbook hurlbut777 Excel Programming 0 April 27th 05 11:15 PM
Append data in a separate spreadsheet using a Macro Hadesandjodi Excel Programming 2 February 23rd 05 04:37 PM


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