Writing AVERAGEIF Statement in Excel over different columns with different criteria -


i'm new excel if statements , having trouble believe called nested if function. i've looked @ other if questions on here , couldn't figure out.

i have 2 columns have numbers in , rest text.i need create if statement tell me average based on different combinations of text , numbers. have thousands of rows filter through , don't want them manually if function exists automate in excel.

b=iphone c=5s d=verizon e=64 f=normal h=380

i have written if statement finds me average of prices on iphones

=averageif(b1:h3792,"=iphone",h1:h3792) 

i make statement allows me enter more 1 criteria. mean more have "iphone" criteria, have "5s", "verizon", "64" , "normal".

1) ranges b1:h3792 , h1:h3792 should have same dimmention. change b1:h3792 b1:b3792

2) more criterias can use averageifs:

=averageifs(h1:h3792,b1:b3792,"iphone",c1:c3792,"5s",d1:d3792,"verizon",e1:e3792,64,f1:f3792,"normal") 

Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -