Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
If i use the function if in a sheet and i want F12 3900 and F12 < 3999 How do i write this Alvin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perhaps,
=IF(AND(F123900,F12<3999),"Do this if true","Do this if not true") Mike "alvin Kuiper" wrote: Hi If i use the function if in a sheet and i want F12 3900 and F12 < 3999 How do i write this Alvin |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
"Mike H" skrev: Perhaps, =IF(AND(F123900,F12<3999),"Do this if true","Do this if not true") Mike "alvin Kuiper" wrote: Hi If i use the function if in a sheet and i want F12 3900 and F12 < 3999 How do i write this Alvin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|