How do you use the <> in a SUMPRODUCT please, I thought I could just replace the = with <> but it's not returning the correct result. Please see example
=SUMPRODUCT(--('[LIS New Sales.xlsx]Jan12'!$C:$C="N"),--('[LIS New Sales.xlsx]Jan12'!$O:$O="INTERNET")+--('[LIS New...
The one I'm having trouble with is 8,301KB, its a bit strange because I have another file that is 20474KB that I do not have trouble with.
What I have been doing has been reducing the size but it's still too slow
I'm trying everything possible to reduce the size of my files as it takes so long to open and crashes other peoples machines when they use it, I have already pasted as values so absolutely no formulas are in here at all, I have deleted all rows and columns to the bottom and right of my work on...
That's what I was going to go with but I cant work out how to include it within my formula as it returns a zero value and nobody could offer any advise other than SirJB7 with this other formula
Please can you help, my formula was;
=SUM(IF((B4:B13="ADD-ON")*(C4:C13="Supplier...
Can I really just not get this formula to use the concatenated reference instead of the 3 referrence it currently uses?
I feel this should be easy to just replace with one instead of three, no?
=SUM(IF((B4:B13="ADD-ON")*(C4:C13="Supplier...
Im sorry, I feel Im a bit out of my depth, I really dont know where to start.
Can you confirm whats in columns A & B please?
=IFERROR(INDEX(A$2:A$6,MATCH(0,COUNTIF(D$1:D1,A$2:A$6),0)),"")
=IF(D2="","",COUNTIFS(A$2:A$6,D2,B$2:B$6,E$1))
Basically Im trying to find out how many customers that bought car insurance policies with us also took out additional extras, such as Breakdown cover, Legal cover etc.
Unfortunately the source data that I have gives me rows and rows of data so for instance, 1 customer could have 5 rows of...
unfortunately I am unable to look at dropbox as my company restricts file sharing sites.
I have already done a simple =A1&B1&B2 formula to give me "InceptionADONWeb" in the source data, I now need another formula in a different workbook to look up this concatenated column and only give me a...
Hi,
I have been using the formula you gave me in my post titled "Count unique values if Multiple Criteria are met ?" but unfortunately it is slowing up my workbook too much for other people to use, I have been given the advice to concatenate my 3 criteria which I can see would probably help but...
Firstly, my post said that my file had dissapeared so I do not have a sample file, Secondly, my question is very generic eg. how do you make a xlsb file that has no formulas or formatting of any kind in it smaller in size,
and third, I am restricted by my company like many people that post on...
I get what your saying but how do I get my formula to only return for one instance, eg.
my formula now is;
=SUM(IF('[SDL Sales.xlsb]Sep12'!$AN$12:$AN$11952="InceptionADONWeb",1/COUNTIFS('[SDL Sales.xlsb]Sep12'!$AN$12:$AN$11952,"InceptionADONWeb",'[SDL Sales.xlsb]Sep12'!$B$12:$B$11952,'[SDL...
Perhaps I should try to prep the source data rather than doing too much in the formula...
On that basis, is there anyway of working out the following;
COL A,COL B
CLIENT REF,PRODUCT
Client1,PC
Client1,ADON
Client1,ADON
Client2,PC
Client2,ADON
PC is a motor insurance policy, ADON is if...
As I say, absolutely no formulas or cell referrencing is in here, just a lot of data, 7 tabs with roughly 35000 lines of text/numbers in each tab.
Thanks anyway
=IFERROR((SUM(IF((Criteria1="ADON")*(Criteria2="Web")*(Criteria3="Inception"),1/COUNTIFS(Criteria1,"ADON",Criteria2,"Inception",Criteria3,"Web",Criteria4,Criteria4)),0))/E10,0)
Hopefully easier to understand?
I have a formula
=IFERROR((SUM(IF(('H:BDMLMarketing CISMITarynSDLFiles to open[SDL Sales.xlsb]Apr12'!$N$12:$N$9236="ADON")*('H:BDMLMarketing CISMITarynSDLFiles to open[SDL Sales.xlsb]Apr12'!$AH$12:$AH$9236="Web")*('H:BDMLMarketing CISMITarynSDLFiles to open[SDL...
My file was already a xlsb, there are no formulas or pictures or graphs in there, I've deleted all unused lines and columns I dont know what else I can do, it's 20,474KB which I thought was massive until I started researching and came across most people have MB which is bigger? It just takes so...
I was trying to make an Excel file smaller and found online the download WINZIP, I put my file into WINZIP and then moved it back into the original folder but half way through doing this I realised WINZIP hadnt actually made it any smaller therefore I just cancelled the save into the original...
No, I need 3 different lists of information, sorry my post title wasnt very helpful.
to clarify;
IF A1= X1 Return X2:X50
IF A1= Y1 Return Y2:Y50
IF A1= Z1 Return Z2:Z50, IF NOT RETURN ERROR
I hope that helps