$$Excel-Macros$$ Re: Solver

2009-06-02 Thread exceltechconsulta...@gmail.com
You are not clear with your question and your vba code is also protected On May 31, 4:58 am, H Upadhyay wrote: > Dear All, > > pls go through the attached file. > > here i m passing row no, is there any way with out passing any row no it > solve entire for entire column > > Regards > Harish

$$Excel-Macros$$ Re: SUMIF for multiple conditions

2009-06-02 Thread exceltechconsulta...@gmail.com
On Jun 2, 6:39 am, Jay wrote: > Hi, > > You can use sumproduct formula as below : > > =SUMPRODUCT(--(A4:A8>=100),--(A4:A8<=300),(B4:B8)) > > it's give the same result ... > > On Jun 1, 7:52 pm, Dilip Pandey wrote: > > > > > Hi Nidhesh, > > > Excellent criteria. > > I have attached one file whi

$$Excel-Macros$$ Re: SUMIF for multiple conditions

2009-06-02 Thread exceltechconsulta...@gmail.com
Hi Jay, What does this "--" double dash do in this formula. Thanks Exceltech On Jun 2, 6:39 am, Jay wrote: > Hi, > > You can use sumproduct formula as below : > > =SUMPRODUCT(--(A4:A8>=100),--(A4:A8<=300),(B4:B8)) > > it's give the same result ... > > On Jun 1, 7:52 pm, Dilip Pandey wrote: >