Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default What wrong with IF formula

=IF(C6=1,H6=100,P8)
What Iam trying to do is have this the total in P8 to to show in I6. Any
help is much needed. Thanks
--
Joe
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default What wrong with IF formula

Hi,

Is this what you mean

=IF(AND(C6=1,H6=100),P8,"")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"painter50" wrote:

=IF(C6=1,H6=100,P8)
What Iam trying to do is have this the total in P8 to to show in I6. Any
help is much needed. Thanks
--
Joe

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default What wrong with IF formula

Hi,
Not clear what you need, if C6=1 I think you want the total in H6 to be
entered in cell P8 if this is correct in P8 enter

=if(C6=1,H6)

If you want the cell to be blank if C6 <1 use

=if(C6=1,H6,"")

If the above is not the case please post an example

"painter50" wrote:

=IF(C6=1,H6=100,P8)
What Iam trying to do is have this the total in P8 to to show in I6. Any
help is much needed. Thanks
--
Joe

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default What wrong with IF formula

Thanks Mike
It works, but without the quotation marks.
With the cuotation it give me a "Value"
--
Joe


"Mike H" wrote:

Hi,

Is this what you mean

=IF(AND(C6=1,H6=100),P8,"")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"painter50" wrote:

=IF(C6=1,H6=100,P8)
What Iam trying to do is have this the total in P8 to to show in I6. Any
help is much needed. Thanks
--
Joe

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 returning "A value used in the formula is of the wrong dat Mac0001UK Excel Worksheet Functions 2 June 2nd 09 04:06 AM
WHat is wrong with this formula Sportinus Excel Worksheet Functions 2 July 9th 08 12:07 AM
What's wrong with formula? Chip Excel Discussion (Misc queries) 7 June 7th 08 08:29 PM
Insert Calculated Field (wrong Qty*Price = wrong Amount) Edmund Excel Discussion (Misc queries) 8 October 4th 07 12:13 PM
What is wrong with this formula? scott45 Excel Worksheet Functions 10 October 27th 05 06:57 PM


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

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"