Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to code an if-then condition?
For example, if A1=4, then B1 = 40.00. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=if(B1=4,40.00,"")
"" will leave the cell blank if conditions are not true with more information, a better formula can be written that would work for different numbers in A1 "L" wrote: Is it possible to code an if-then condition? For example, if A1=4, then B1 = 40.00. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if condition | Excel Worksheet Functions | |||
lookup with multiple condition, but one condition to satisfy is en | Excel Worksheet Functions | |||
Combine an OR condition with an AND condition | Excel Discussion (Misc queries) | |||
Condition 1 overules condition 2? | Excel Worksheet Functions | |||
I need 4 condition for condition formatting | Excel Programming |