Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I cell A1 contains 30907, I want A2 to be .14 otherwise I wnat A2 to be
blank. How do I do this |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
in A2 type
=if(A1="30907",".14","") That should do it... "GKW in GA" wrote: I cell A1 contains 30907, I want A2 to be .14 otherwise I wnat A2 to be blank. How do I do this |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
formula for a2 =if(a1=30907,.14,"")
"GKW in GA" wrote: I cell A1 contains 30907, I want A2 to be .14 otherwise I wnat A2 to be blank. How do I do this |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In cell A2 enter this formula:
=IF(A1=30907,.14,"") Or, if A1 is formatted as Text, then use this: =IF(A1="30907",.14,"") HTH, Elkar "GKW in GA" wrote: I cell A1 contains 30907, I want A2 to be .14 otherwise I wnat A2 to be blank. How do I do this |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula question | Excel Worksheet Functions | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
Formula Question | Excel Worksheet Functions | |||
Formula question | Excel Discussion (Misc queries) | |||
formula question | Excel Discussion (Misc queries) |