Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 385
Default create a formula that determines if €œyes€ between say C7-C13...

I have a formula that multiplies two different cells:
=PRODUCT(B30:B31)

I have another column that determines eligibility (i.e. a €œyes€ or €œno€
indicated in each cell).

What I want to do is create a formula that determines if €œyes€ between say
C7-C13, then multiply the two different cells as described above, otherwise
if blank or €œno,€ then do not multiply the two cells.

Any help would be greatly appreciated! Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default create a formula that determines if €œyes€ between say C7-C13...

You could try something like this

=PRODUCT(IF(C2:C7="YES",B2:B7))

activate with CTRL SHIFT ENTER

"Jennifer" wrote:

I have a formula that multiplies two different cells:
=PRODUCT(B30:B31)

I have another column that determines eligibility (i.e. a €œyes€ or €œno€
indicated in each cell).

What I want to do is create a formula that determines if €œyes€ between say
C7-C13, then multiply the two different cells as described above, otherwise
if blank or €œno,€ then do not multiply the two cells.

Any help would be greatly appreciated! Thanks in advance!

  #3   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default create a formula that determines if €œyes€ between say C7-C13...

try:
=IF(COUNTIF(C7:C13,"yes"), B30*B31, "")


"Jennifer" wrote:

I have a formula that multiplies two different cells:
=PRODUCT(B30:B31)

I have another column that determines eligibility (i.e. a €œyes€ or €œno€
indicated in each cell).

What I want to do is create a formula that determines if €œyes€ between say
C7-C13, then multiply the two different cells as described above, otherwise
if blank or €œno,€ then do not multiply the two cells.

Any help would be greatly appreciated! Thanks in advance!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default create a formula that determines if €œyes€ between say C7-C13...

You could try something like this

=PRODUCT(IF(C2:C7="YES",B2:B7))

activate with CTRL SHIFT ENTER

"Jennifer" wrote:

I have a formula that multiplies two different cells:
=PRODUCT(B30:B31)

I have another column that determines eligibility (i.e. a €œyes€ or €œno€
indicated in each cell).

What I want to do is create a formula that determines if €œyes€ between say
C7-C13, then multiply the two different cells as described above, otherwise
if blank or €œno,€ then do not multiply the two cells.

Any help would be greatly appreciated! Thanks in advance!

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
Variable Determines Number of Cell in Formula Range MJSlattery Excel Worksheet Functions 0 March 30th 06 02:28 AM
Function that determines whether a number is between two numbers Jedispiff Excel Worksheet Functions 2 March 3rd 06 05:00 AM
Whether 3 diff fields are blank determines several different resul Bill R Excel Worksheet Functions 1 August 13th 05 04:53 PM
How do I enter a time formula into a worksheet that determines if. Lee Excel Discussion (Misc queries) 1 February 15th 05 03:03 PM
Create a formula that determines a date-sensitive File-Name from w stan-the-man Excel Worksheet Functions 0 November 17th 04 04:39 PM


All times are GMT +1. The time now is 03:37 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"