I'm trying to do a formula field in a saved search and keep running into invalid expression or possible divide by 0 error messages - so clearly my formula trial and error process isn't working. I have 2 formula columns (both summary type = sum) that I need to then find the % total of column 1 to column 2. Column 1's formula (numeric) is sum({field1}+{field2}+{field3}). Column 2's formula (also numeric) is nvl({debitamount},0) - NVL({creditamount},0). I'm trying to calculate the percentage by sum({field1}+{field2}+{field3})/sum(nvl({debitamount},0) - NVL({creditamount},0)) but it's clearly wrong. Any tips?