Help

Snehal

New Member
Joined
Jan 17, 2004
Messages
6
I have an excel database of people with their names and addresses. We want to send a letter to each family, so I need to somehow find a function of getting multiple addresses to one ie I have a column of addresses in which there may be a family of 4 followed by a family of 3 then a family of 4 etc, but I need to send the letter to only one family member from each of the families. How do I do this ??
 
Hi Snehal:

Here we go ...
Book2
ABCDEFGHIJKLM
1source
2TRUETRUETRUEcriteria
3copyto
4
5IDLastNameFirstNameAddressCityPostalCodeIDLastNameFirstNameAddressCityPostalCode
60001JonesAlan88RobertRdSydney20000001JonesAlan88RobertRdSydney2000
70012JonesStan88RobertRdSydney20000007SmithAlex10DarlAveNorthSydney2001
80007SmithAlex10DarlAveNorthSydney2001
90007SmithLisa10DarlAveNorthSydney2001
Sheet1


I have used AdvancedFilter.

The formula in cell H2 is ... =COUNTIF($D$6:D6,D6)=1
the formula in cell I2 is ... =COUNTIF($E$6:E6,E6)=1
and formula in cell J2 is ... =COUNTIF($F$6:F6,F6)=1
 
Upvote 0

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Yogi

Thanks for your help....it seems to have worked. I will get back to you if I have any more queries.


Thanks Again for all your help.

Snehal

:-P :beerchug: :-P
 
Upvote 0

Forum statistics

Threads
1,224,884
Messages
6,181,552
Members
453,052
Latest member
ezzat

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top