Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 46
Default countifs on earlier version of excel

Hello,

I have been working on 2007 excel and used the below formula:

=COUNTIFS(JAN!G:G,B14,JAN!B:B,C2)

I have just noticed upon saving that this will not work on earlier versions
of excel.

How do I need to change the formula please to make it compatible?

Thanks

Aaron

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default countifs on earlier version of excel

Hi,

=COUNTIF(G:G,B14)+COUNTIF(B:B,C2)

Mike

"Aaron Hodson (Coversure)" wrote:

Hello,

I have been working on 2007 excel and used the below formula:

=COUNTIFS(JAN!G:G,B14,JAN!B:B,C2)

I have just noticed upon saving that this will not work on earlier versions
of excel.

How do I need to change the formula please to make it compatible?

Thanks

Aaron


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default countifs on earlier version of excel

Missed the sheet references

=COUNTIF(Jan!G:G,B14)+COUNTIF(Jan!B:B,C2)

Mike

"Mike H" wrote:

Hi,

=COUNTIF(G:G,B14)+COUNTIF(B:B,C2)

Mike

"Aaron Hodson (Coversure)" wrote:

Hello,

I have been working on 2007 excel and used the below formula:

=COUNTIFS(JAN!G:G,B14,JAN!B:B,C2)

I have just noticed upon saving that this will not work on earlier versions
of excel.

How do I need to change the formula please to make it compatible?

Thanks

Aaron


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 46
Default countifs on earlier version of excel

Hi Mike,

Thanks for the info, sorry for the delay,,,

Just completed all sheets but have a problem with this function,

I am using 2007, so the coutifs work fine, of course not when i'm viewing in
earlier versions.

I used the suggested coutif function, but, this gives me an incorrect
result,,,

Please advise,,,,

Thanks

Aaron

"Mike H" wrote in message
...
Missed the sheet references

=COUNTIF(Jan!G:G,B14)+COUNTIF(Jan!B:B,C2)

Mike

"Mike H" wrote:

Hi,

=COUNTIF(G:G,B14)+COUNTIF(B:B,C2)

Mike

"Aaron Hodson (Coversure)" wrote:

Hello,

I have been working on 2007 excel and used the below formula:

=COUNTIFS(JAN!G:G,B14,JAN!B:B,C2)

I have just noticed upon saving that this will not work on earlier
versions
of excel.

How do I need to change the formula please to make it compatible?

Thanks

Aaron



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default countifs on earlier version of excel

I think you would need:

=SUMPRODUCT((JAN!G1:G1000=B14)*(JAN!B1:B1000=C2))

Note that you can't use full-column references before XL2007 - change
the ranges to suit.

Hope this helps.

Pete

On Jan 19, 3:42*pm, "Aaron Hodson \(Coversure\)"
wrote:
Hi Mike,

Thanks for the info, sorry for the delay,,,

Just completed all sheets but have a problem with this function,

I am using 2007, so the coutifs work fine, of course not when i'm viewing in
earlier versions.

I used the suggested coutif function, but, this gives me an incorrect
result,,,

Please advise,,,,

Thanks

Aaron

"Mike H" wrote in message

...



Missed the sheet references


=COUNTIF(Jan!G:G,B14)+COUNTIF(Jan!B:B,C2)


Mike


"Mike H" wrote:


Hi,


=COUNTIF(G:G,B14)+COUNTIF(B:B,C2)


Mike


"Aaron Hodson (Coversure)" wrote:


Hello,


I have been working on 2007 excel and used the below formula:


=COUNTIFS(JAN!G:G,B14,JAN!B:B,C2)


I have just noticed upon saving that this will not work on earlier
versions
of excel.


How do I need to change the formula please to make it compatible?


Thanks


Aaron- Hide quoted text -


- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 46
Default countifs on earlier version of excel

Hi Mike,

Thanks for the info, sorry for the delay,,,

Just completed all sheets but have a problem with this function,

I am using 2007, so the coutifs work fine, of course not when i'm viewing in
earlier versions.

I used the suggested countif function, but, this gives me an incorrect
result,,,

Please advise,,,,

Thanks

Aaron


"Mike H" wrote in message
...
Missed the sheet references

=COUNTIF(Jan!G:G,B14)+COUNTIF(Jan!B:B,C2)

Mike

"Mike H" wrote:

Hi,

=COUNTIF(G:G,B14)+COUNTIF(B:B,C2)

Mike

"Aaron Hodson (Coversure)" wrote:

Hello,

I have been working on 2007 excel and used the below formula:

=COUNTIFS(JAN!G:G,B14,JAN!B:B,C2)

I have just noticed upon saving that this will not work on earlier
versions
of excel.

How do I need to change the formula please to make it compatible?

Thanks

Aaron



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Last saved by earlier version of Excel DD Excel Discussion (Misc queries) 0 January 30th 08 04:17 AM
Can I save as an earlier version of excel? Lori Excel Discussion (Misc queries) 3 January 29th 07 12:56 AM
How do you recover an earlier version of a file in excel. adtrott Excel Discussion (Misc queries) 1 January 18th 06 04:40 PM
Recover earlier version of excel sheet after new version saved? stephanie38 Excel Discussion (Misc queries) 3 June 17th 05 03:52 AM
how do i see an earlier saved version of an excel file miraseals Excel Discussion (Misc queries) 1 November 29th 04 09:55 PM


All times are GMT +1. The time now is 08:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"