Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.excel.programming > #107927
| From | Claus Busch <claus_busch@t-online.de> |
|---|---|
| Newsgroups | microsoft.public.excel.programming |
| Subject | Re: Calculate event to do what Change event does. |
| Date | 2015-08-02 15:19 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <mpl5ad$nme$1@dont-email.me> (permalink) |
| References | <e4c206ed-373a-4262-a438-887a6d63a5dc@googlegroups.com> <mpl0la$8hh$1@dont-email.me> <836ec3d4-6ab5-4bd4-a0aa-47fec194991d@googlegroups.com> |
Hi Howard, Am Sun, 2 Aug 2015 06:11:10 -0700 (PDT) schrieb L. Howard: > I don't know the actual formulas used in C, I was using =A1 in a cell and in another cell =A2. Then I was giving A1 and A2 the same value to produce a duplicate value in C. > > Would that be sufficient to fire a calculate event if the code was written correctly? if a value in column A fires the calculation you could create a data validation for column A => Custom => =COUNTIF(A:A,A1)=1 Then no duplicates can be entered in A. 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
Re: Calculate event to do what Change event does. "L. Howard" <lhkittle@comcast.net> - 2015-08-02 06:11 -0700
Re: Calculate event to do what Change event does. Claus Busch <claus_busch@t-online.de> - 2015-08-02 15:15 +0200
Re: Calculate event to do what Change event does. Claus Busch <claus_busch@t-online.de> - 2015-08-02 15:19 +0200
Re: Calculate event to do what Change event does. "L. Howard" <lhkittle@comcast.net> - 2015-08-02 07:26 -0700
csiph-web