Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pat
 
Posts: n/a
Default Use custom message

The following formula will return TRUE or FALSE. How do I modify it to
return a custom message like:

"Updated" for true
"Not updated" for false

{=SUMPRODUCT(1*(ControlCentre!$C$77:$C$1000=Purcha ses!BM25))0}

Much appreciate any help.

Pat


  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

there's no need to array-enter this:

=IF(SUMPRODUCT(--(ControlCentre!$C$77:$C$1000=Purchases!BM25)),
"Updated","Not updated")





In article ,
"Pat" wrote:

The following formula will return TRUE or FALSE. How do I modify it to
return a custom message like:

"Updated" for true
"Not updated" for false

{=SUMPRODUCT(1*(ControlCentre!$C$77:$C$1000=Purcha ses!BM25))0}

Much appreciate any help.

Pat

  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

I noticed that you have curly brackets in your example, sumproduct can be
entered normally

=IF(SUMPRODUCT(1*(ControlCentre!$C$77:$C$1000=Purc hases!BM25))0,"Updated","Not
updated")

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"Pat" wrote in message
...
The following formula will return TRUE or FALSE. How do I modify it to
return a custom message like:

"Updated" for true
"Not updated" for false

{=SUMPRODUCT(1*(ControlCentre!$C$77:$C$1000=Purcha ses!BM25))0}

Much appreciate any help.

Pat




  #4   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

Also, wouldn't it be less costly if you invoke instead...

=COUNTIF(ControlCentre!$C$77:$C$1000,Purchases!BM2 5)

the cell of which you could custom format as:

[=0]"Not Updated";[0]"Updated"

Pat wrote:
The following formula will return TRUE or FALSE. How do I modify it to
return a custom message like:

"Updated" for true
"Not updated" for false

{=SUMPRODUCT(1*(ControlCentre!$C$77:$C$1000=Purcha ses!BM25))0}

Much appreciate any help.

Pat


  #5   Report Post  
Pat
 
Posts: n/a
Default

Also, wouldn't it be less costly if you invoke instead...

I am interested by your comment. I presume by using your approach less
demand would be placed on excel. If this is so, how can you tell what
formula is causing a greater demand on the system than using an alterative
method (if an alternative formula is available)?



"Aladin Akyurek" wrote in message
...
Also, wouldn't it be less costly if you invoke instead...

=COUNTIF(ControlCentre!$C$77:$C$1000,Purchases!BM2 5)

the cell of which you could custom format as:

[=0]"Not Updated";[0]"Updated"

Pat wrote:
The following formula will return TRUE or FALSE. How do I modify it to
return a custom message like:

"Updated" for true
"Not updated" for false

{=SUMPRODUCT(1*(ControlCentre!$C$77:$C$1000=Purcha ses!BM25))0}

Much appreciate any help.

Pat






  #6   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

A few rules of thumb...

1] Formulas that must operate on array-objects (like the ones that
require control+shift+enter, formulas with SumProduct, etc.) are
generally slower than equivalent formulas that operate on range objects.
They behave more so when they are applied to huge ranges in substantial
number of cells.

2] Formulas with volatile functions like INDIRECT, OFFSET, etc. tend to
prolonge re-calc times.

3] Lookup formulas with the match-type set to 0 are slower than lookup
formulas with the match-type set to 1 (that is,
LOOKUP(...),MATCH(...,1), VLOOKUP(...,1), etc.).

You can find more on the subject at: http://www.decisionmodels.com/

Pat wrote:
Also, wouldn't it be less costly if you invoke instead...



I am interested by your comment. I presume by using your approach less
demand would be placed on excel. If this is so, how can you tell what
formula is causing a greater demand on the system than using an alterative
method (if an alternative formula is available)?



"Aladin Akyurek" wrote in message
...

Also, wouldn't it be less costly if you invoke instead...

=COUNTIF(ControlCentre!$C$77:$C$1000,Purchases!B M25)

the cell of which you could custom format as:

[=0]"Not Updated";[0]"Updated"

Pat wrote:

The following formula will return TRUE or FALSE. How do I modify it to
return a custom message like:

"Updated" for true
"Not updated" for false

{=SUMPRODUCT(1*(ControlCentre!$C$77:$C$1000=Pur chases!BM25))0}

Much appreciate any help.

Pat





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
Pivot Table not valid error message when formatting data 'button'. MDW Excel Discussion (Misc queries) 0 January 27th 05 03:01 PM
I would like to delete a custom toolbar from the workspace. How? twiga Setting up and Configuration of Excel 1 December 23rd 04 05:55 PM
Excel 2002 custom toolbars fick Excel Discussion (Misc queries) 4 December 13th 04 09:51 PM
Deleting custom Commands from File Menu are nor saved next time w. EXCEL CUstomization Excel Worksheet Functions 3 December 7th 04 01:46 AM
Custom Header Josh O. Excel Discussion (Misc queries) 1 December 1st 04 06:56 PM


All times are GMT +1. The time now is 11:44 PM.

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"