Hello,
My problem is one i have been trying to over come for a while now.
I have a few dashboards that have images of graphs that are taken using the camera tool. This is because they need to be rotated etc.
When i print the report to PDF using the in built Save As PDF the images of...
Hello,
Does anyone have any experience with histograms with different widths?
Similar to the graph in this image:
http://www.gcsemathstutor.com/images/information/info-histogram.jpg
Thanks
Terry
Hello,
I have a match formula bringing me back the reference of the cell i need however i need this in AZ etc.
Is there a function that can do this?
Thnaks
Hello,
Error statements:
2003 =IF(ISERROR(STATEMENT),"ERROR MESSAGE",STATEMENT)
2007 =IFERROR(STATEMENT,"ERROR MESSAGE")
The $$$ are limiting your average to c2:c13.
Thanks
Hello,
Im sure i saw a post before where chandoo had 2 lists of names and he made a list new list of unique names only in a third list.
i.e.
List 1:
Cat
dog
mouse
bat
list 2:
cat
bat
flag
hammer
list 3:
Cat
dog
mouse
bat
flag
hammer
How is this done?
Thanks
Hello,
Is it possible to change the criteria of a bunch of pivots at once?
What i want to do is i have month as a criteria (in number 1,2,3...) I want to change all to look at a different month at once.
I know i could use VBA...
Use index and match.
=Index(Value,match(Sheet1.Location & Sheet1.Material,Sheet2.Location & Sheet2.Material,0)) then hold Ctrl Shift and enter.
Replace Sheet1.Location etc with the cell you want to look up.
What this does is index the column that contains the data by finding the...