Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Formula Help pleaseee URGENT!!!!

=IF(B3=0,(C3),(B3) and IF(B3=C3, (" "),(B3&" "&C3))). I wouldn't know what am
doing wrong. Please help. Thanks.

if column b3=0, then pick column c3 else pick b3, but if column b3 and c3
are same pick nothing else combine b3 and c3.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Formula Help pleaseee URGENT!!!!

Try this nested if statement:

=If(B3=0,C3,If(B3=C3,B3&" "&C3,B3))

Good Luck.

"Yossy" wrote:

=IF(B3=0,(C3),(B3) and IF(B3=C3, (" "),(B3&" "&C3))). I wouldn't know what am
doing wrong. Please help. Thanks.

if column b3=0, then pick column c3 else pick b3, but if column b3 and c3
are same pick nothing else combine b3 and c3.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Formula Help pleaseee URGENT!!!!

First of all remove "URGENT" from future posts, the only thing it will
achieve is probably getting less people
interested to help you

=IF(B3=C3,B3&" "&C3,IF(B3=0,C3,B3))



--


Regards,


Peo Sjoblom





"Yossy" wrote in message
...
=IF(B3=0,(C3),(B3) and IF(B3=C3, (" "),(B3&" "&C3))). I wouldn't know what
am
doing wrong. Please help. Thanks.

if column b3=0, then pick column c3 else pick b3, but if column b3 and c3
are same pick nothing else combine b3 and c3.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Formula Help pleaseee URGENT!!!!

Thanks so very much ND Pard. works great. I realized using your formula that
i wanted a different result. Your formula gave me a very good lead.
=IF(B2=0,C2,IF(B2=C2,B2, B2&" "&C2)) so I just adjusted it. Thanks again for
quick response. I really appreciate it.

"ND Pard" wrote:

Try this nested if statement:

=If(B3=0,C3,If(B3=C3,B3&" "&C3,B3))

Good Luck.

"Yossy" wrote:

=IF(B3=0,(C3),(B3) and IF(B3=C3, (" "),(B3&" "&C3))). I wouldn't know what am
doing wrong. Please help. Thanks.

if column b3=0, then pick column c3 else pick b3, but if column b3 and c3
are same pick nothing else combine b3 and c3.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Formula Help pleaseee URGENT!!!!

you mean less people like you

"Peo Sjoblom" wrote:

First of all remove "URGENT" from future posts, the only thing it will
achieve is probably getting less people
interested to help you

=IF(B3=C3,B3&" "&C3,IF(B3=0,C3,B3))



--


Regards,


Peo Sjoblom





"Yossy" wrote in message
...
=IF(B3=0,(C3),(B3) and IF(B3=C3, (" "),(B3&" "&C3))). I wouldn't know what
am
doing wrong. Please help. Thanks.

if column b3=0, then pick column c3 else pick b3, but if column b3 and c3
are same pick nothing else combine b3 and c3.







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default Formula Help pleaseee URGENT!!!!

URGENT -

Your post won't be answered any quicker than a post that doesn't have
URGENT in the subject line. It just shows rudeness or a visage of
self-importance. I'm sure it was urgent, but the real experts here will
take the time to respond no matter what (kudos to those experts). It's
just polite to leave it out.

Beege

Yossy wrote:
you mean less people like you

"Peo Sjoblom" wrote:

First of all remove "URGENT" from future posts, the only thing it will
achieve is probably getting less people
interested to help you

=IF(B3=C3,B3&" "&C3,IF(B3=0,C3,B3))



--


Regards,


Peo Sjoblom





"Yossy" wrote in message
...
=IF(B3=0,(C3),(B3) and IF(B3=C3, (" "),(B3&" "&C3))). I wouldn't know what
am
doing wrong. Please help. Thanks.

if column b3=0, then pick column c3 else pick b3, but if column b3 and c3
are same pick nothing else combine b3 and c3.




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
If formula - URGENT orquidea Excel Discussion (Misc queries) 7 December 14th 07 08:26 PM
HELP PLEASEEE!!! pulling color cell from workbook to linked workbo Sunshine Excel Discussion (Misc queries) 1 September 26th 07 03:52 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
DATA OUT OF THE PIVOT TABLE PLEASEEE!!! HERNAN Excel Discussion (Misc queries) 3 December 12th 06 07:23 PM
HELP ME PLEASEEE- how to format data in a column Riza Excel Discussion (Misc queries) 8 February 7th 06 08:41 PM


All times are GMT +1. The time now is 07:13 PM.

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"