Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default IFPUSH & IFRUN functions??? Please help


I am trying to create an IFPUSH fuction and am having a difficult time.
The statement would allow one to say:

IFPUSH(A10="yes", A1=50, "")

This function could be embedded in any cell and would "push" the answe
"50" to A1 the defined cell. This would allow one to leave A1 free o
formulas and the ability to manually input data into the cell withou
writing over and deleting an IF statement (usually found inside th
designated) that affects them.

Another way to do this is to embed a macro inside of an if statement:

IFRUN(A10=YES, 'run macro yes',"")

is this possible? Please email me if these are not a clear questions

thanks

Ro

--
rmc544
-----------------------------------------------------------------------
rmc5446's Profile: http://www.excelforum.com/member.php...fo&userid=1600
View this thread: http://www.excelforum.com/showthread.php?threadid=27475

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default IFPUSH & IFRUN functions??? Please help

It isn't possible. Cells can't alter other cells, but can only return a
value to the cell in which they are located. Your macro idea (IFRUN) won't
fly either.

--
Regards,
Tom Ogilvy

"rmc5446" wrote in message
...

I am trying to create an IFPUSH fuction and am having a difficult time.
The statement would allow one to say:

IFPUSH(A10="yes", A1=50, "")

This function could be embedded in any cell and would "push" the answer
"50" to A1 the defined cell. This would allow one to leave A1 free of
formulas and the ability to manually input data into the cell without
writing over and deleting an IF statement (usually found inside the
designated) that affects them.

Another way to do this is to embed a macro inside of an if statement:

IFRUN(A10=YES, 'run macro yes',"")

is this possible? Please email me if these are not a clear questions

thanks

Rob


--
rmc5446
------------------------------------------------------------------------
rmc5446's Profile:

http://www.excelforum.com/member.php...o&userid=16009
View this thread: http://www.excelforum.com/showthread...hreadid=274753



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
How to convert cell formula functions to code functions Adnan Excel Discussion (Misc queries) 1 October 1st 08 08:30 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM
excel functions and User defined functions Kanan Excel Programming 4 May 20th 04 11:21 PM


All times are GMT +1. The time now is 03:50 PM.

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

About Us

"It's about Microsoft Excel"