G
Guest
Need help with a fomula. Setting up a spreadsheet that will sum the contents of cells if certain conditions are met. The conditions are the months n the year, Jan through Dec
if condition is Jan then return jan sales dollars, if condition is feb, then sum jan and feb sales dollars, if condition is Mar, then sum Jan, Feb and Mar sales dollars, and so on
This way, as the year goes on, the YTD cell will return the YTD sum through the month of the condition
My problem, I am limited to 7 nesting levels. Is there a better way to do this?
if condition is Jan then return jan sales dollars, if condition is feb, then sum jan and feb sales dollars, if condition is Mar, then sum Jan, Feb and Mar sales dollars, and so on
This way, as the year goes on, the YTD cell will return the YTD sum through the month of the condition
My problem, I am limited to 7 nesting levels. Is there a better way to do this?