Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
MarthaMartha
 
Posts: n/a
Default Problem figuring formula

Help. I want cell C20 to populate a formula that is

If cell h20 is $0
then put cell G20 there

I thought it was something like =sum(IF
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default Problem figuring formula

=IF(H20=0,G20,"")
or
=IF(H20=0,G20,"it ain't zero")
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"MarthaMartha" wrote in message
...
Help. I want cell C20 to populate a formula that is

If cell h20 is $0
then put cell G20 there

I thought it was something like =sum(IF



  #3   Report Post  
Posted to microsoft.public.excel.misc
George
 
Posts: n/a
Default Problem figuring formula

You can also use something like
=(H20=0)*G20

This will put G20 when h20=0 and zero otherwise

George

MarthaMartha wrote:
Help. I want cell C20 to populate a formula that is

If cell h20 is $0
then put cell G20 there

I thought it was something like =sum(IF

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 percentage problem thinkpic New Users to Excel 4 November 2nd 05 08:04 PM
formula problem Bart New Users to Excel 4 October 21st 05 12:56 PM
Problem with nested logical formula. Bill R Excel Worksheet Functions 6 September 26th 05 04:36 AM
problem with Array Formula OrdOff Excel Worksheet Functions 2 June 30th 05 04:57 PM
Baffling formula problem Ken Schmidt Excel Discussion (Misc queries) 2 December 21st 04 07:52 AM


All times are GMT +1. The time now is 07:34 AM.

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

About Us

"It's about Microsoft Excel"