date in cell E6 is entered as text. check it using =istext(e6) and it will return the "TRUE". enter the date again and the formula will work.
Edit:
I would suggest you to use DMIN and DMAX for the purpose. I have done it in attached file.
https://www.box.com/s/fa4390ffa1c222ebe246
try this video link:
http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0CGcQtwIwBg&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_9ExKwXQ3KQ&ei=KjwRUIjGBo3RrQeCxIDABA&usg=AFQjCNFVNxYmp-7ZUt48voTve781caflZg&sig2=_hX0Ii6mxLs9U0NoUa-QcA
or tutorial...
in this case after entering formula don't just press enter, press Ctrl+Shift+Enter all together
or select the cell you have entered the formula >> press F2 >> press Ctrl+Shift+Enter all together
@jolly
refer to this book:
http://books.google.co.in/books?id=dtSdrjjVXrwC&pg=PA1&source=gbs_toc_r&cad=4#v=onepage&q&f=false
Edit:
http://www.jlathamsite.com/Teach/VBA/ProgrammingInExcelVBA_AnIntroduction.pdf
That's how Excel does it. the Chart is still dynamic. did you try to change the criteria to see the result?? I have used same procedure and my Chart works pretty fine although it shows static reference in data source.
While surfing through internet I found this useful collection of Excel Functions in 16 Languages. I hope it can be useful for some. The link to download the file is here:
https://www.box.com/s/6875ca537990e04e16c1
Just to clear my doubt-
Can you see the small square at right bottom corner of active cell ??? is it activated?? if not you have to activate this feature.
in excel 2010-
file>option>advanced>under "Editing Options">tick "enable fill handle and cell drag and drop"
just...
The double clicking on the small square works only if the adjacent column left or right to the Active cells are filled and will be copied upto the maximum rows which are filled in adjacent columns. If you have any blank column in both sides you can not fill the cells with this method. try drag...
Sparcle
Are you sure the problem is related to copying the formula downwards in column because the file is perfectly fine while i do that. There is one anomaly in Column K where you calculate the price of fuel- in first three rows it is multiplied with 40 then in next 3 rows with 50.
GiOP
Please check the following file if I understood your issue correctly an is it the result you wanted. I did not see the VBA code.
https://www.box.com/s/6bb7560de3356e2917f6
Remember Dropdowns in Data validation are not automatically refreshed while you change the criteria. you have to...
Hi Grumpy88
Welcome to the Forum.
I hope you have gone through the first Three Posts in Green on Forum Page. Since you have posted a long description of your problem it always helps to post a sample workbook in order to visualize the data and understand the output/result required. Please...
See if this code serves the purpose. The code looks if your target cell which compulsory requires value falls within A1-A10. If yes then it will ask for value if not then it will do nothing.
You need to put the code in the required worksheet code window
Sub worksheet_change(ByVal Target As...