#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 68
Default Formula question

I cell A1 contains 30907, I want A2 to be .14 otherwise I wnat A2 to be
blank. How do I do this
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Formula question

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 61
Default Formula question

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Formula question

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula question David Excel Worksheet Functions 3 September 5th 07 04:18 AM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
Formula Question Crawdaddy Excel Worksheet Functions 3 March 8th 06 09:34 PM
Formula question Amanda Excel Discussion (Misc queries) 3 January 25th 06 08:01 PM
formula question imjustme Excel Discussion (Misc queries) 1 September 1st 05 06:16 PM


All times are GMT +1. The time now is 12:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"