G Guest Jun 28, 2005 #1 This content works individualy, how can i make it work? is it any way to count the values between A1> and <B1? tks
This content works individualy, how can i make it work? is it any way to count the values between A1> and <B1? tks
D Domenic Jun 28, 2005 #3 Try... =COUNTIF(Range,">"&A1)-COUNTIF(Range,">="&B1) If your version of Excel uses the semi-colon as a separator, replace commas with semi-colons. Hope this helps!
Try... =COUNTIF(Range,">"&A1)-COUNTIF(Range,">="&B1) If your version of Excel uses the semi-colon as a separator, replace commas with semi-colons. Hope this helps!
G Guest Jun 28, 2005 #5 In my PC is only working this formula: =sum((countif(table;"<"&B1))-(countif(table;"<"&A1)) but i don't know why in my friends PC isn't working, but i'll find out!!! thanks guys "Don Guillett" escreveu:
In my PC is only working this formula: =sum((countif(table;"<"&B1))-(countif(table;"<"&A1)) but i don't know why in my friends PC isn't working, but i'll find out!!! thanks guys "Don Guillett" escreveu: