Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() To code: If ActiveCell 49999 And ActiveCell < 100000 Then MsgBox "Yes" Else MsgBox "No" End If For a formula: =IF(AND(A149999,A1<100000),"Yes","No") -- Ikaabod ------------------------------------------------------------------------ Ikaabod's Profile: http://www.excelforum.com/member.php...o&userid=33371 View this thread: http://www.excelforum.com/showthread...hreadid=545513 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If formula: if A1 is greater than B1 and A1 is greater than zero.. | Excel Discussion (Misc queries) | |||
Excel less than greater than formula | Excel Discussion (Misc queries) | |||
Greater than Less than formula | Excel Discussion (Misc queries) | |||
Greater than Less than formula | Excel Discussion (Misc queries) | |||
Formula in Excel to show greater than 50, but less than 250? | Excel Worksheet Functions |