Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel "If" function

The help is pretty definitive. What don't you understand about the help on
IF

if condition then

else


End if


if condition then action else ' <= single line if

if condition then

elseif condition then

elseif condition then

end if

in each case, condition is any expression that eventually resolves to true
or false (or a number; zero is false, anything else is true).

Perhaps you just need a basic tutorial or reference on VBA.

http://support.microsoft.com/support...01/default.asp
Microsoft Excel for Windows -- Visual Basic for Applications 101

http://support.microsoft.com/?id=141691
XL: Visual Basic Example Using If and Case Statements

From David McRitchie's site. The VBA tutorials are after the Excel
tutorials:

http://www.mvps.org/dmcritchie/excel....htm#tutorials



--
Regards,
Tom Ogilvy

"Charles" wrote in message
...
Can anyone tell me how to download detailed information on the use of

Excel "If" function. Even Microsoft technical help don't know what I'm
talking about. I use it to a certain extent, but I am sure there is more to
it than I know. Help with syntax in the formula is the main issue.


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
Text "comparison" operator for "contains" used in an "IF" Function Pawaso Excel Worksheet Functions 4 April 4th 23 11:35 AM
Excel 2003: Conditional Formatting using "MIN" & "MAX" function MMangen Excel Discussion (Misc queries) 2 September 16th 08 07:13 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
inserting a conditional "go to" command on a excel "if" function velasques Excel Worksheet Functions 5 March 10th 06 08:16 PM


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