M
matt_the_brum
In a spreadsheet I have a date, price and a column where I put an x i
an order is placed. I first wanted to sum all the prices with an x i
the next column. Dates are in column D, prices in G and orders in H.
This works
=SUMIF(Enquiries!H:H,"x",Enquiries!G:G)
Now I only want to sum the orders in Jan. Not sure if you can write
SUMIF with a condition that the date in column D must be a Jan date, s
I simply selected the cells manually to get this.
=SUMIF(Enquiries!H2:H9,Enquiries!H11:H35,Enquiries!H37,Enquiries!H39,Enquiries!H41:H42,"x",Enquiries!G:G)
It doesn't work though.
Any help gratefully recieved
an order is placed. I first wanted to sum all the prices with an x i
the next column. Dates are in column D, prices in G and orders in H.
This works
=SUMIF(Enquiries!H:H,"x",Enquiries!G:G)
Now I only want to sum the orders in Jan. Not sure if you can write
SUMIF with a condition that the date in column D must be a Jan date, s
I simply selected the cells manually to get this.
=SUMIF(Enquiries!H2:H9,Enquiries!H11:H35,Enquiries!H37,Enquiries!H39,Enquiries!H41:H42,"x",Enquiries!G:G)
It doesn't work though.
Any help gratefully recieved