Good morning Guru's and Demigod's
My brain is mush having not delved into the Excel "Business Side" for quite a while.
We have sheet1, where each row has job number, month job raised, purchase invoices, sales invoices and then profit/loss.
Sheet2 Column A, has a countif to work out the number of jobs raised for each month.
So, if above code is in Sheet2!A1, in Sheet2!A2 I want it to tell me the profit/loss. I can then repeat this code for each month.
The profit/loss amount for each job is in Sheet1!M1
Thanks for your time and anticapted help
Kind Regards
Manc
My brain is mush having not delved into the Excel "Business Side" for quite a while.
We have sheet1, where each row has job number, month job raised, purchase invoices, sales invoices and then profit/loss.
Sheet2 Column A, has a countif to work out the number of jobs raised for each month.
Code:
=COUNTIF(Sheet1!$C$1:$C$15650,"Jun-11")
So, if above code is in Sheet2!A1, in Sheet2!A2 I want it to tell me the profit/loss. I can then repeat this code for each month.
The profit/loss amount for each job is in Sheet1!M1
Thanks for your time and anticapted help
Kind Regards
Manc