Hi Narayan,
I think there is a flaw in the formula
=IFERROR(SUM(P6,R6,T6,V6)/SUM(IF(N(OFFSET($P$6,,{0,2,4,6}))>0,1,0)),0)
s/b
=IFERROR(SUM(P6,R6,T6,V6)/SUM(IF(N(OFFSET($P$6,,{0,2,4,6}))>0,3,0)),0)
kanti
Hi Danny,
I note that it is looking for the file int he directory C:\Users\dvickers,
So I think that means the Macro is pointing to the file on the computer that has C:\Users|dvickers as a directory.
So is the file also available on a network drive or is there a copy on the file on the other...
Hi Jack,
The attached file will do all the legwork, you have to copy your data onto the Calcs sheet starting in cell B5, then run the 3 macros on the Main page in sequence. Will upload file
Do not need the burger just the recipe, I make my own bread, pita bread, chick pea burgers and other stuff got into cooking this year, so the recipe for the burger would be great, but I am sure you will have secrecy issues
Hi
http://office.microsoft.com/en-001/excel-help/use-excel-tables-to-manage-information-RZ102252956.aspx
http://www.dummies.com/how-to/computers-software/ms-office/excel/data/using-tables.html
Look at the attached link, it is a all about tables as well as how to use with pivot tables...
Hi FBB,
Return from where, or are you after all the possible permutations from A,B,C? I doubt that you have captured all the possible results from A,B,C, for example
B, C, A
A, C, B
etc.
kanti
Hi FBB,
Could you please tell us what you are trying to achieve, it is easier than trying to see if your formula is OK.
If you are comparing A1:A5, with each of the other columns then the following will work, provided it is Array Entered
{=IF(AND(A1:A5=B1:B5,A1:A5=C1:C5,A1:A5=D1:D5),0,1)}...
Hi Jamir,
You can achieve all of that by Filtering the appropriate columns and then copy pasting to another sheet.
or
You can use Advanced Filter on the Table to extract accounts type information. See the following:
http://chandoo.org/forum/threads/generic-advance-filter.13613/
Hi Zameer,
See attached file.
What I have done is:
1. Create a single Table of Both Sales and Receipts, with Column identifying the type of transaction
2. Changed the Sales to negative values (you can Copy / Paste Special Multiply with -1 to achieve this)
3. Sorted the Item Number column
4...
I am curious to know what others have put on their QAT as a starter I have the following:
Paste Value
New Workbook
Open
Document Location
Camera
Excel 2003 Pivot Wizard
Insert/Delete Rows, Columns and Cells
Form
Calculator
Clear (Filter)
Hi Sarathi
Please refer to the following link on ParamArray
http://www.tushar-mehta.com/publish_train/xl_vba_cases/1005%20ParamArray.shtml
cheers
kanti
Hi Jack,
check this file it has the formatting and a new calculation for the 1's and 9's. Helper columns are back
https://dl.dropboxusercontent.com/u/48309468/Side%20Numbers_Solution%20GOOD_Macros_V2.xlsm
Hi Jack,
The cosmetics are easy, I think, however, the 9 and 1 issue is a bit more complicated, based on what you sent, the problem is when the 9 and 1 occur across different column sets and at the moment I have only provided to count one set, so I will re-think how we can achieve this.
I will...
Hi Jeet,
Here is a solution using two helper columns, you will see that Rows 87 and 88 are the only ones with numbers in each row in columns B and C
hope this helps
kanti