I have a project to make a business sales spreadsheet and I have all of the problems covered, but 2.
1.I need to compare 4 weeks of profit to see which week is the best and worst week. I named the range of cells for each week (week1profit, week2profit, etc.) but when I try to compare them with if(and I get nothing. Is there a better way? (What I wrote is way to long to copy and paste here but a nudge in the right direction would be appreciated)
2.Another similar thing only I need to compare 3 months profits and see which is max and min.
My code I tried:
=IF(AND(E31>E50, E31>E69,),E31, IF(E50>E31, E50>E69,),E50,E69)
But I keep getting errors and excel won't even let me enter this. These particular cells are a monthly total based on =sum(week1profit)+sum(week2profit),etc. if that helps.
Thanks
Neil
Bookmarks