Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Please help define an if statement that puts the value $100 in a cell when
another calls value is greater than or equal to 20%. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Suppose you want cell A1 to return 100 when cell B1=20%.
Enter this formula in cell A1: =IF(AND(COUNT(B1),B1=20%),100,0) -- Biff Microsoft Excel MVP "sdmccabe" wrote in message ... Please help define an if statement that puts the value $100 in a cell when another calls value is greater than or equal to 20%. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can an If statement answer an If statement? | Excel Discussion (Misc queries) | |||
IF AND statement | Excel Worksheet Functions | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions | |||
If statement and Isblank statement | Excel Worksheet Functions | |||
Help please, IF statement/SUMIF statement | Excel Worksheet Functions |