#1   Report Post  
Posted to microsoft.public.excel.misc
KC KC is offline
external usenet poster
 
Posts: 107
Default SUMPRODUCT Problem

The formula below doesn't seem to be working. What I want to say is IF O19
is 75% but less than 100% AND V19 is 100%, then return a 1, otherwise
leave the cell blank. Thanks for your help

=SUMPRODUCT(--(O19=75%),--(O19<99.999%),--(V19=100%),1,"")
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 136
Default SUMPRODUCT Problem

Why wouldn't even be a SUMPRODUCT problem?

=IF(AND(O1975%,O19<1,V191),1,"")

--


Regards,


Peo Sjoblom


"KC" wrote in message
...
The formula below doesn't seem to be working. What I want to say is IF
O19
is 75% but less than 100% AND V19 is 100%, then return a 1, otherwise
leave the cell blank. Thanks for your help

=SUMPRODUCT(--(O19=75%),--(O19<99.999%),--(V19=100%),1,"")



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,533
Default SUMPRODUCT Problem

Hi

Look at this:

=IF(SUMPRODUCT(--(O19=75%),--(O19<100%),--(V19=100%))=1,1,"")

Regards,
Per

"KC" skrev i meddelelsen
...
The formula below doesn't seem to be working. What I want to say is IF
O19
is 75% but less than 100% AND V19 is 100%, then return a 1, otherwise
leave the cell blank. Thanks for your help

=SUMPRODUCT(--(O19=75%),--(O19<99.999%),--(V19=100%),1,"")


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default SUMPRODUCT Problem

Try

=IF(AND(O1975%,O19<100%,V19100%),1,"")

Hope this helps,

Hutch

"KC" wrote:

The formula below doesn't seem to be working. What I want to say is IF O19
is 75% but less than 100% AND V19 is 100%, then return a 1, otherwise
leave the cell blank. Thanks for your help

=SUMPRODUCT(--(O19=75%),--(O19<99.999%),--(V19=100%),1,"")

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
SUMPRODUCT problem אלי Excel Worksheet Functions 5 June 28th 07 04:04 PM
SUMPRODUCT #VALUE! problem Vibeke Excel Worksheet Functions 4 March 18th 07 04:46 AM
SUMPRODUCT PROBLEM laurie g Excel Worksheet Functions 3 September 11th 06 05:00 AM
SUMPRODUCT Problem Mestrella31 Excel Discussion (Misc queries) 2 December 21st 04 07:01 PM
SUMPRODUCT problem Jane Excel Worksheet Functions 3 November 8th 04 11:58 PM


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