Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
craig
 
Posts: n/a
Default How do I set up conditional formulas

I have standard 2003. Does it allow me to do "F2, Ctrl+Shift+Enter" or is
that just in the pro version. Here is the formula I am trying
=SUM(IF(($A$10:$A$200="F")*($H$10:$H$200=2),$G$10: $G$200))+F4
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default How do I set up conditional formulas

Hi!

You can enter an array formula in any version. However, you can accomplish
the same thing without an array formula. Try this:

=SUMPRODUCT(--($A$10:$A$200="F"),--($H$10:$H$200=2),$G$10:$G$200)+F4

It's better to use cells to hold the criteria:

A1 = F
B1 = 2

=SUMPRODUCT(--($A$10:$A$200=A1),--($H$10:$H$200=B1),$G$10:$G$200)+F4

Biff

"craig" wrote in message
...
I have standard 2003. Does it allow me to do "F2, Ctrl+Shift+Enter" or is
that just in the pro version. Here is the formula I am trying
=SUM(IF(($A$10:$A$200="F")*($H$10:$H$200=2),$G$10: $G$200))+F4



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
Conditional Format Not Working KMH Excel Discussion (Misc queries) 0 December 22nd 05 05:32 PM
conditional formulas deaundra Excel Worksheet Functions 3 April 15th 05 12:44 AM
conditional formulas deaundra Excel Worksheet Functions 2 April 15th 05 12:08 AM
Help Using Formulas in Conditional Formatting Still Learning Excel Discussion (Misc queries) 2 January 28th 05 04:55 PM
conditional formulas in excel Rocempire Excel Worksheet Functions 2 November 6th 04 05:44 AM


All times are GMT +1. The time now is 09:36 AM.

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"