Hi, new to the forums here but I am honestly at a lost and now in need of help from everyone I can think of on this situation.
I am creating a spreadsheet to calculate the annual deductions, charges, and transactions of a particulare set of data. I need to combine two complex equations and am not sure how to go about it.
Here are the two equations I am looking to combine:
1) =IF($B30="","",IF(AND($B30=0,SUM($A30)=SUM($F$7)),SUM(PRODUCT($C7,0.75)),IF(AND($B30=0,SUM($A30)=SUM($F$8)),SUM(PRODUCT($C7,0.5)),IF(AND($B30=0,SUM($A30)=SUM($F$9)),SUM(PRODUCT($C7,0.25)),IF(AND($B30=0,SUM($A30)=SUM($F$10)),SUM(PRODUCT($C7,0)),SUM($D29,$B30))))))
2)
=IF($B30="","",IF(AND($B30=0,SUM($A30)=SUM($F$28)),SUM(PRODUCT($G27,0.75)),IF(AND($B30=0,SUM($A30)=SUM($F$29)),SUM(PRODUCT($G27,0.5)),IF(AND($B30=0,SUM($A30)=SUM($F$30)),SUM(PRODUCT($G27,0.25)),IF(AND($B30=0,SUM($A30)=SUM($F$31)),SUM(PRODUCT($G27,0)),SUM($D29,$B30))))))
What this portrays is the total possibilities and outcomes of any transaction that can apply. What shows in equation one is a reference to a table that does not change, and equation two is in reference to a table that changes as transactions take place. I am willing to email this spreadsheet to those who request, but any help is good help. Thank you all in advance.
Bookmarks