A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

If........then......



 
 
Thread Tools Display Modes
  #1  
Old October 27th, 2009, 04:20 PM posted to microsoft.public.excel.misc
nan4ca
external usenet poster
 
Posts: 2
Default If........then......

Is it possible to create a formula that if a condition is met in a cell, then
go to another cell and perform formula in that cell?

For Ex.: If the data in cell A1 is greater than or equal to 1, then the
formula in B1 is performed.
  #2  
Old October 27th, 2009, 04:36 PM posted to microsoft.public.excel.misc
Ron Rosenfeld
external usenet poster
 
Posts: 3,719
Default If........then......

On Tue, 27 Oct 2009 09:20:02 -0700, nan4ca
wrote:

Is it possible to create a formula that if a condition is met in a cell, then
go to another cell and perform formula in that cell?

For Ex.: If the data in cell A1 is greater than or equal to 1, then the
formula in B1 is performed.


B1: =if(a1=1,"do formula","")

--ron
  #3  
Old October 27th, 2009, 04:42 PM posted to microsoft.public.excel.misc
Jim Thomlinson
external usenet poster
 
Posts: 2,641
Default If........then......

=if(A1=1, "Your Calc Here", "")
--
HTH...

Jim Thomlinson


"nan4ca" wrote:

Is it possible to create a formula that if a condition is met in a cell, then
go to another cell and perform formula in that cell?

For Ex.: If the data in cell A1 is greater than or equal to 1, then the
formula in B1 is performed.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.