ACTUAL SCENERIO: Identify the number of First-Time Freshman students in line (a) who had no financial need and who were awarded institutional non-need-based scholarship or grant aid (exclude those who were awarded athletic awards and tuition benefits). H2A(n) – H2A(q) in 1st attachment CDS-H tab (colored in red).
The methodology in getting these numbers are quite gruesome and will cause anyone to become caffeine dependent (LOL), but seriously, I have gotten part of my formula to work and it’s the second part of my formula (function) that I need help with. I have left ALL of the 493 records to include 58 records that are to be thrown out due to the 2nd step that gives me the 435 actual records where the figures will be derived from.
MANUAL STEPS CURRENTLY TAKEN: FILES ATTACHED: FA2015 (DATA FILE) and SELF HELP (DATA copied and pasted from the PIVOT TABLE using the FA2015 data file) The SELF HELP (FF) red tab is the data I am using to help write my formulas for accuracy since these are the students who met criteria) and the formulas provided below are in the SELF HELP STEP 10 below is my ultimate goal (figures needed to report).
TO FIND SELF HELP for (FF)
1) PIVOT TABLE:
- Select COHORT = "YES" (FT - FF students)
- Select ALL_GIFTS and NEED BASE
2) COPY / PASTE PIVOT DATA: Create a new section as shown to the right
3) SORT BY NEED BASED: Any zero ( 0 ) or negative NEED BASED – DELETE (highlighted in yellow in file)
4) CREATE TOTAL COLUMN: NEED BASED minus ALL_GIFTS = TOTAL (highlighted in green)
5) SORT BY TOTAL COLUMN: To put negative amounts at the top
6) FIND AMOUNT OF NEED RECEIVED:
- Any negative $ amount -- use NEED AMOUNT $ AMOUNT (highlight column) (highlighted in red)
- Any positive $ amount -- use ALL_GIFTS $ AMOUNT (highlight column) (highlighted in red)
7) SUM THE HIGHLIGHTED TOTALS: This gives the $ AMOUNT paid for need (those highlighted in red)
8) FIND HEADCOUNT: Add the number of students that remain from sort
9) FIND TOTAL $ AMOUNT OF SCHOLARSHIPS PAID (H2k): ADD the ALL_GIFTS and NEED BASED totals that are highlighted together (those highlighted in red)
10) FIND AVERAGE FA PACKAGE (H2J): DIVIDE the $ AMOUNT PAID by Headcount =
$6461006.88 + $1827946/435 = $19055.64 (I place large *’s and highlighted figures in red)
$828895.88/435 = $19055.64
TOTAL COLUMN STEP 4 ABOVE (USED TO SORT TO IDENTIFY THE BASED FIGURES (NEGATIVE) AND ALL GIFTS (POSITIVE)
{=(SUM(IF('FA2015'!L:L<>"ND.*",IF('FA2015'!BT:BT="YES",IF('FA2015'!BU:BU="YES",IF('FA2015'!BK:BK>VALUE("0"),'FA2015'!BK:BK)))))-SUM(IF('FA2015'!L:L<>"ND.*",IF('FA2015'!BT:BT="YES",IF('FA2015'!BU:BU="YES",IF('FA2015'!BK:BK>VALUE("0"),'FA2015'!BB:BB))))))}
- RESULT figure = $5,753,236.51
- I now need to capture the (NEED BASED) figures where the RESULT figures are "Negative" and (ALL GIFTS) figures where the RESULT figures are "Positive" and add these two together to give me
$ 8,288,952.88
As a workaround to get my report out, I used =IF(AND(BT2="YES",BU2="YES",LEFT(L2,3)<>"ND.",BK2>0),IF(BK2-BB2<0,BK2,BB2),0) (IN FILE FA2015 column BY:BY)
- It seems logical that I can incorporate this step into the SUMIF formula above, but I just don't know how to do so.
- This is the step that I am trying to alleviate since I do not want to create new columns each year>
ADDITIONAL FORMULAS that work, but my dilemma is trying to capture the "Negative" RESULT in BK:BK and the "Positive" RESULT in BB:BB
NEED BASED FIGURES (FORMULA) – This formula gives me the Grand Total of COLUMN BK – I ONLY NEED the “negative $$$ received” from this total
{=(SUM(IF('FA2015'!H:H="UG",IF('FA2015'!L:L<>"ND.*",IF('FA2015'!BT:BT="YES",IF('FA2015'!BU:BU="YES",IF('FA2015'!BK:BK>VALUE("0"),'FA2015'!BK:BK)))))))} $14,708,080.00 (GRAND TOTAL)
- How do I go about getting the “negative $$$ figures” highlighted in red ($1,827,946.00)
ALL GIFTS FIGURES (FORMULA) - This formula gives me the Grand Total of COLUMN BB – I ONLY NEED the “positive $$$ received” from this total
{=(SUM(IF('FA2015'!H:H="UG",IF('FA2015'!L:L<>"ND.*",IF('FA2015'!BT:BT="YES",IF('FA2015'!BU:BU="YES",IF('FA2015'!BK:BK>VALUE("0"),'FA2015'!BB:BB)))))))} $8,954,843,49 (GRAND TOTAL)
- How do I go about getting the “positive $$$ figures” highlighted in red ($6,461,006.88)
Somehow, if I can get the Negative $$$ from BK:BK and the Positive $$$ from BB:BB and add them together, I get the $$$ amount to report. What step(s) in the formula(s) above am I missing to get the magic number I need? Is there anyone in the Excel Forum that can solve this?
Your expertise in this matter would cut hours/days from my work load. Many thanks in advance and please feel free to use what I have provided to help others in this quandary
Cris
Bookmarks