Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Convert SUMIFS formula from 2007 to 2003

I have SUMIFS formula in Excel 2007

SUMIFS('Sheet'!$Q$8:$Q$12;'Sheet'!$D$8:$D$12;$D122 ;'Sheet'!G$8:$G$12;$D$16)

and I need to convert it to Excel 2003, but this converted formula must work
in Excel 2007 too.
Can anybody help me?
V.P.Smruj
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Convert SUMIFS formula from 2007 to 2003



Maybe condition, that converted formula must work in Excel 2007 too is not
necessary. So only how to convert it to Excel 2003.
Thanks
V.P.Smruj


"V.P.Smruj" wrote:

I have SUMIFS formula in Excel 2007

SUMIFS('Sheet'!$Q$8:$Q$12;'Sheet'!$D$8:$D$12;$D122 ;'Sheet'!G$8:$G$12;$D$16)

and I need to convert it to Excel 2003, but this converted formula must work
in Excel 2007 too.
Can anybody help me?
V.P.Smruj

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 265
Default Convert SUMIFS formula from 2007 to 2003

Try...

=SUMPRODUCT(--('Sheet'!$D$8:$D$12=$D122);--('Sheet'!G$8:$G$12=$D$16);'She
et'!$Q$8:$Q$12)

....which will work in both versions of Excel.

Hope this helps!

'Sheet'!$Q$8:$Q$12;'Sheet'!$D$8:$D$12;$D122;'Sheet '!G$8:$G$12;$D$16)

In article ,
V.P.Smruj wrote:

I have SUMIFS formula in Excel 2007

SUMIFS('Sheet'!$Q$8:$Q$12;'Sheet'!$D$8:$D$12;$D122 ;'Sheet'!G$8:$G$12;$D$16)

and I need to convert it to Excel 2003, but this converted formula must work
in Excel 2007 too.
Can anybody help me?
V.P.Smruj

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Convert SUMIFS formula from 2007 to 2003

Is it possible, that my Excel 2007 doesn't know SUMPRODUCT ?
Thans
V.P.Smruj

"Domenic" wrote:

Try...

=SUMPRODUCT(--('Sheet'!$D$8:$D$12=$D122);--('Sheet'!G$8:$G$12=$D$16);'She
et'!$Q$8:$Q$12)

....which will work in both versions of Excel.

Hope this helps!

'Sheet'!$Q$8:$Q$12;'Sheet'!$D$8:$D$12;$D122;'Sheet '!G$8:$G$12;$D$16)

In article ,
V.P.Smruj wrote:

I have SUMIFS formula in Excel 2007

SUMIFS('Sheet'!$Q$8:$Q$12;'Sheet'!$D$8:$D$12;$D122 ;'Sheet'!G$8:$G$12;$D$16)

and I need to convert it to Excel 2003, but this converted formula must work
in Excel 2007 too.
Can anybody help me?
V.P.Smruj


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 265
Default Convert SUMIFS formula from 2007 to 2003

In article ,
V.P.Smruj wrote:

Is it possible, that my Excel 2007 doesn't know SUMPRODUCT ?
Thans
V.P.Smruj


You shouldn't have a problem with it at all. Are you getting an error
value? If so, which one? If not, can you specify exactly what's
happening.

Note that in your original post your formula used a semi-colon instead
of a comma as a separator, so I used a semi-colon as a separator too.
Does your version of Excel in fact use semi-colons as a separator?


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Convert SUMIFS formula from 2007 to 2003

No, unless it is a different language version of Excel. Have you tried it?
What error message are you getting when you try to use it in Excel 2007?
You would have problems if your list separator in Windows regional settings
is set to comma instead of semi-colon, but then your SUMIFS formula wouldn't
have worked.
--
David Biddulph

"V.P.Smruj" wrote in message
...
Is it possible, that my Excel 2007 doesn't know SUMPRODUCT ?
Thans
V.P.Smruj

"Domenic" wrote:

Try...

=SUMPRODUCT(--('Sheet'!$D$8:$D$12=$D122);--('Sheet'!G$8:$G$12=$D$16);'She
et'!$Q$8:$Q$12)

....which will work in both versions of Excel.

Hope this helps!

'Sheet'!$Q$8:$Q$12;'Sheet'!$D$8:$D$12;$D122;'Sheet '!G$8:$G$12;$D$16)

In article ,
V.P.Smruj wrote:

I have SUMIFS formula in Excel 2007

SUMIFS('Sheet'!$Q$8:$Q$12;'Sheet'!$D$8:$D$12;$D122 ;'Sheet'!G$8:$G$12;$D$16)

and I need to convert it to Excel 2003, but this converted formula must
work
in Excel 2007 too.
Can anybody help me?
V.P.Smruj




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
Convert SUMIFS formula from 2007 to 2003 Alex.W Excel Discussion (Misc queries) 25 September 3rd 09 03:01 AM
Excel 2007 SUMIFS formula to be use in Excel 2003 izzy Excel Discussion (Misc queries) 1 October 3rd 08 01:14 PM
Convert/rewrite SUMIFS formula to work in Excel 97 Karin Excel Worksheet Functions 3 August 18th 08 04:09 PM
sumifs formula in excel 2007 spudsnruf Excel Discussion (Misc queries) 5 January 8th 08 04:25 PM
Can you convert this formula to 2003 from 2007? Sarah_Lecturer Excel Worksheet Functions 2 July 9th 07 01:36 PM


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

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

About Us

"It's about Microsoft Excel"