A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

A1 and B1



 
 
Thread Tools Display Modes
  #1  
Old May 17th, 2009, 05:15 AM posted to microsoft.public.excel.misc
Omar
external usenet poster
 
Posts: 16
Default A1 and B1

Dear all,
I have two cells A1 and B1. B1 takes from A1
If A1$B!b(B zero, I want the real digit in A1 to be presented in B1, but if
A1=zero, then I need to put 100% in B1.
Is there any specific formula to achieve that?
Many thanks in advance
  #2  
Old May 17th, 2009, 06:20 AM posted to microsoft.public.excel.misc
FSt1
external usenet poster
 
Posts: 2,788
Default A1 and B1

hi
you may have a problem. you cann't format B1 to percent or else your whole
number in A1 will show up in B1 as a percent. so to get the 100% in B1 if A1
is zero, you would have to enter 100% as text, meaning you can't do
mathmatics to it.
try this.....
=if(A1=0,"100%",A1)

post back if problems
regards
FSt1

"Omar" wrote:

Dear all,
I have two cells A1 and B1. B1 takes from A1
If A1â‰* zero, I want the real digit in A1 to be presented in B1, but if
A1=zero, then I need to put 100% in B1.
Is there any specific formula to achieve that?
Many thanks in advance

  #3  
Old May 17th, 2009, 08:38 AM posted to microsoft.public.excel.misc
Rick Rothstein[_2_]
external usenet poster
 
Posts: 2,013
Default A1 and B1

I'm not completely sure how your cells are set up. What kind of "real digit"
is in A1? Can you give us some examples? Also, regarding the point FSt1
raised... are you doing math elsewhere with the contents of B1?

--
Rick (MVP - Excel)


"Omar" wrote in message
...
Dear all,
I have two cells A1 and B1. B1 takes from A1
If A1$B!b(B zero, I want the real digit in A1 to be presented in B1, but if
A1=zero, then I need to put 100% in B1.
Is there any specific formula to achieve that?
Many thanks in advance


  #4  
Old May 17th, 2009, 02:50 PM posted to microsoft.public.excel.misc
Teethless mama
external usenet poster
 
Posts: 3,722
Default A1 and B1

=(A1=0)+A1


"Omar" wrote:

Dear all,
I have two cells A1 and B1. B1 takes from A1
If A1â‰* zero, I want the real digit in A1 to be presented in B1, but if
A1=zero, then I need to put 100% in B1.
Is there any specific formula to achieve that?
Many thanks in advance

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:17 AM.


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