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

I have the following formula and I would like to have a 25 pound diffenence
as ok
=IF(J5<E5,"Underweight","ok") and anything under the 25 would be underweight
and any thing over the 25 pounds would be overweight is it possiable to add
this to the formula?

Thanks matt
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default If Formula

Hi,

=IF(J5<E5,"Underweight",IF(J5E5,"Overweight","ok" ))

"Matt" wrote:

I have the following formula and I would like to have a 25 pound diffenence
as ok
=IF(J5<E5,"Underweight","ok") and anything under the 25 would be underweight
and any thing over the 25 pounds would be overweight is it possiable to add
this to the formula?

Thanks matt

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default If Formula

hi
try this....
assuming E5 is 25 and J5 is the comparison. if 25 then ok???
=IF(J5<E5,"Underweight",IF(J5E5,"overweight","ok" ))

regards
FSt1

"Matt" wrote:

I have the following formula and I would like to have a 25 pound diffenence
as ok
=IF(J5<E5,"Underweight","ok") and anything under the 25 would be underweight
and any thing over the 25 pounds would be overweight is it possiable to add
this to the formula?

Thanks matt

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default If Formula

Try this

=IF(A125,"Overweight",IF(A1=25,"OK","Underweight" ))

Matt wrote:
I have the following formula and I would like to have a 25 pound diffenence
as ok
=IF(J5<E5,"Underweight","ok") and anything under the 25 would be underweight
and any thing over the 25 pounds would be overweight is it possiable to add
this to the formula?

Thanks matt


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 516
Default If Formula

I am using this as a weight check If I am over by 26 pounds can I have it say
OK but if it over by 26 pounds I need it to say Overweight. and the same goes
if it is under 25 pounds it should be OK but if it is under 25 pounds it
should be Underweight. Is this possable?

"Matt" wrote:

I have the following formula and I would like to have a 25 pound diffenence
as ok
=IF(J5<E5,"Underweight","ok") and anything under the 25 would be underweight
and any thing over the 25 pounds would be overweight is it possiable to add
this to the formula?

Thanks matt



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 516
Default If Formula

Thanks I have it working now!

"Andy_N1708 via OfficeKB.com" wrote:

Try this

=IF(A125,"Overweight",IF(A1=25,"OK","Underweight" ))

Matt wrote:
I have the following formula and I would like to have a 25 pound diffenence
as ok
=IF(J5<E5,"Underweight","ok") and anything under the 25 would be underweight
and any thing over the 25 pounds would be overweight is it possiable to add
this to the formula?

Thanks matt


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1


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



All times are GMT +1. The time now is 09:24 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"