Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.excel.programming > #108400
| From | Claus Busch <claus_busch@t-online.de> |
|---|---|
| Newsgroups | microsoft.public.excel.programming |
| Subject | Re: SUMPRODUCT throwing a #VALUE error when using range instead of single cell |
| Date | 2015-12-30 18:10 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <n61316$ijd$1@dont-email.me> (permalink) |
| References | <63b67ae8-3120-4659-8de1-96303150f493@googlegroups.com> |
Hi Pete,
Am Wed, 30 Dec 2015 08:53:52 -0800 (PST) schrieb pegelo@gmail.com:
> =SUMPRODUCT(1*(OR(AND(ISTEXT(Standard4[Debit]),LEN(TRIM(Standard4[Debit]))>0),LEN(LEFT(Standard4[Debit],FIND(".",Standard4[Debit]&".")-1))>13)))
try:
=SUMPRODUCT(--(LEN(TRIM(L1:L1000))>0)*(L1:L1000>=1000000000000))
Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
Back to microsoft.public.excel.programming | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
SUMPRODUCT throwing a #VALUE error when using range instead of single cell pegelo@gmail.com - 2015-12-30 08:53 -0800
Re: SUMPRODUCT throwing a #VALUE error when using range instead of single cell Claus Busch <claus_busch@t-online.de> - 2015-12-30 18:10 +0100
Re: SUMPRODUCT throwing a #VALUE error when using range instead of single cell pete <pegelo@gmail.com> - 2015-12-30 09:20 -0800
csiph-web