LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 414
Default sumproduct question

Hi all.

I'm doing a variation on the sumproduct equation that I've had working for a
while, and while it's not returning any errors, I am getting a null answer,
which I know to not be true-- by having looked.

The general form of it that I'm using is:
sumproduct((range1=cella1)*(range2&""=cella2&"")*( range3))

Per previous discussions I've found that the &"" acts as a data type
converter.

Today I'd like to attempt to expand that to 4 arrays, from 3.

My form is:

sumproduct((range1=cella1)*(range2&""=cella2&"")*( range4&""=any-arbitrary-#)*(range3))

The addition of the any-arbirtrary-# to the equation is what's causing the
null answer, or 0 to be returned.

Since I'd really like to have this be generic enough to adapt to different
worksheets, I need to have that any-arbitrary-# become a statement that will
look for a specific number within a text string.

E.g.

(range4&""=string(Somebody's data 3632))

and I want to obtain the 3632 out of the string to be compared against the
range4&"". If it returns a true, then it's valid.

I have looked at search(), as well as find(), and by appearances it only
returns the value, not a true, or false. Thus still giving me a null, or 0
answer.

Any ideas as to how I could do this?

Thank you for your time.

 
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
Another sumproduct question wx4usa Excel Discussion (Misc queries) 3 July 31st 07 05:33 AM
SUMPRODUCT question Barb Reinhardt Excel Worksheet Functions 9 October 2nd 06 01:42 PM
Sumproduct Question Barb Reinhardt Excel Worksheet Functions 2 May 15th 06 09:25 PM
SUMPRODUCT Question Victor Chapman Excel Worksheet Functions 4 January 5th 06 05:47 PM
SUMPRODUCT question Lee Harris Excel Worksheet Functions 4 October 28th 05 04:06 AM


All times are GMT +1. The time now is 08:00 AM.

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"