I need to compare donor data from year to year and need to align them on a spreadsheet. For example, now I have the following:
Right now it looks like:
Column A Column B Column C Column D
2013 Donor 2013 Gift 2014 Donor 2014 Gift
J Smith 1500 C Hendricks 500
L Givens 700 J Smith 700
C Hendricks 2400 L Givens 3800
I need it to look like:
J Smith 1500 J Smith 700
L Givens 700 L Givens 3800
C Hendricks 2400 C Hendricks 500
I need to track the donors from year to year (side by side) with their gifts for each year. Can this be done?
I need to be able to see what John Smith donated in 2013 and 2014 without searching through the columns. I have over 2,000 so any help would be greatly appreciated.
Bookmarks