#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Delay in formula

Hi All,

I want execute a formula with a delay. For example, In cell A2 I enter
=if(A1=3,good, bad)

So when I enter 3 in cell A1 I don't want A2 cell to display good
immediately. Can I make it execute after 1 second, or even less 1/10 second?

Please let me know if you have any ideas.
Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 915
Default Delay in formula

Erol wrote:
Hi All,

I want execute a formula with a delay. For example, In cell A2 I enter
=if(A1=3,good, bad)

So when I enter 3 in cell A1 I don't want A2 cell to display good
immediately. Can I make it execute after 1 second, or even less 1/10 second?

Please let me know if you have any ideas.
Thanks in advance


You will need VBA for this, and I'm not sure it's a great idea since you
will basically need to "stun up" Excel for the delay period... could be
very frustrating and confusing for a user.

My question is "why?". Maybe there's a better way.

But it's your project. If you are still interested, let us know.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Delay in formula

Its just a indirect solution to what I have been trying to do.

I was trying to connect 4 check boxes with a option button. If any of the
check boxes were selected than the option button had to go off. If non of the
check boxes were selected option button had to go on. I generated a huge if
formula for the option button's linked cell. But the problem was, when
someone clicked on the option button the formula would be erased. I finally
found out that I could disable the option button's clickability. So the
problem is solved now.

The reason why I asked this from you was, I wanted another cell to change
the formula (or data) inside the option button's linked cell. But it had to
happen in 0.001 second after.

Regadless, Thank you for your help.

"smartin" wrote:

Erol wrote:
Hi All,

I want execute a formula with a delay. For example, In cell A2 I enter
=if(A1=3,good, bad)

So when I enter 3 in cell A1 I don't want A2 cell to display good
immediately. Can I make it execute after 1 second, or even less 1/10 second?

Please let me know if you have any ideas.
Thanks in advance


You will need VBA for this, and I'm not sure it's a great idea since you
will basically need to "stun up" Excel for the delay period... could be
very frustrating and confusing for a user.

My question is "why?". Maybe there's a better way.

But it's your project. If you are still interested, let us know.

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
I have a delay in formula results when I change one cell amount JStangl Excel Discussion (Misc queries) 10 September 29th 07 04:30 AM
delay in entry etc.... shaji Excel Discussion (Misc queries) 1 October 31st 06 01:39 PM
Calculation Delay Timmy Mac1 Excel Discussion (Misc queries) 0 June 20th 06 03:24 PM
web query help.. delay? JustinB Excel Worksheet Functions 1 June 17th 06 07:43 PM
Print Delay spartanmba Excel Discussion (Misc queries) 2 March 11th 05 07:51 PM


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