LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default Donation receipt form

Thanks Roger, that got me off to the right start.

"Roger Govier" wrote:

Hi

Presumably you have 54 columns on the Records sheet, 1 for Name and one for
each of 53 possible weeks.

On your Donation Receipt Sheet, I am assuming the Donor's name is in A1
(change to suit), and that you are beginning your list of donations on row 5
of that sheet.
In A5 enter
=INDEX(Records!$1:$1,Row(a2))
in B5 enter
=IF(ISNA(VLOOKUP$A$1,Records!$A:$BB,Row(A2),0)),"" ,VLOOKUP$A$1,Records!$A:$BB,Row(A2),0))
Copy both formulae down for 53 rows
Select A5:B58Paste SpecialValues
Select A5:B58DataSortB5Ascending
All of the weeks with no donation, will now Sort to the end.
Delete the blank value rows
Select the block of data and sort again by column B to put back in Date
Order.

You could record a macro whilst doing this, apart from deleting the blank
value rows, and run it for each person.
--
Regards
Roger Govier

"Montana" wrote in message
...
I have a workbook that tracks donations for our church. The Records sheet
tracks weekly giving for every giver. Column A is the names of the givers
&
Row 1 is the weekly dates for 2008. What I need to do is transfer this
info
to a Donation Receipt sheet at the end of the year that is setup with the
dates down column A & the amount given each week down column B. I'm using
vlookup to pull the names & addresses, from the Records sheet to the
Donation
Receipt sheet, but I'm not sure what I need to do to accomplish the rest
of
this.
The donation receipt should list what was given by a particular donor
every
week, but I don't want it to list weeks that the giver did not donate; I
just
want the form to list every week that a donation was recorded for that
giver
on the Records Sheet. What kind of formula or Macro can I use to
accomplish
this?


 
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
lookup inventory to a receipt lauras03 Excel Discussion (Misc queries) 1 April 10th 07 08:08 PM
Finding last receipt number in a column ? pano Excel Worksheet Functions 6 January 23rd 07 01:36 AM
donation tracking with sub totals for donor sfwprstn Excel Discussion (Misc queries) 1 February 18th 06 12:41 AM
how to print a receipt wolfmasterr New Users to Excel 1 June 1st 05 08:58 PM
receipt template MLP Excel Worksheet Functions 0 February 1st 05 02:41 AM


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