I think I'm losing my mind or something..I know I know how to do this but for some reason this week its beyond my grasp...here is what I'm trying to do, I have an Excel Spreadsheet and the formula in one cell is:
=sum(A15*F15)
but if the sum of those two cells is NULL then I want to have the cell be blank instead of a number..is that possible?
I tried =sumif(A15, ">1", A15*F15) but that didn't work(which makes me think I don't know how to do a SUMIF command in Excel. So I was thinking that maybe I needed to use a VBScript to make it work correctly..like an IF..THEN Statement or an IFNULL Statement but got lost on how to do that..I haven't used VBScript in so long..any help out there? thanks in advance......
8:07:06 AM
|