Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default need if then statement help please

Hi,

I'm trying to put a formula in excel to do the following. I'm getting a
percentage of revenue over budget. Then I am trying to say if value is =
100% then "Over 100%", if value is =80 % and <100% then "Over 80%, Under
100%" and if value is <80% then "Under 80%". The over 100% and Under 80% are
working. Can't get the middle criteria to work.
this is my formula so far:
=IF(F7=1,"Over 100%",IF(F7=0.8<1,"Over 80%, Under 100%",IF(F7<0.8,"Under
80%",0)))

I can get text to say "Over 100%" and also to say "Under 80%". But the
"Over 80%, Under 100%" text is returning as 0.

Please help with formula.
Thank you so much.

Chris
--
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default need if then statement help please

You could try:-

=IF(F7=1,"Over 100%",IF(F7=0.8,"Over 80%, Under 100%","Under 80%"))

Mike


"learningaccess" wrote:

Hi,

I'm trying to put a formula in excel to do the following. I'm getting a
percentage of revenue over budget. Then I am trying to say if value is =
100% then "Over 100%", if value is =80 % and <100% then "Over 80%, Under
100%" and if value is <80% then "Under 80%". The over 100% and Under 80% are
working. Can't get the middle criteria to work.
this is my formula so far:
=IF(F7=1,"Over 100%",IF(F7=0.8<1,"Over 80%, Under 100%",IF(F7<0.8,"Under
80%",0)))

I can get text to say "Over 100%" and also to say "Under 80%". But the
"Over 80%, Under 100%" text is returning as 0.

Please help with formula.
Thank you so much.

Chris
--
Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default need if then statement help please

Thank you.. I modified yours a bit. Didn't expect the logic to work that
way.
Thanks again and have a great day.
Chris
--
Thanks!


"Mike H" wrote:

You could try:-

=IF(F7=1,"Over 100%",IF(F7=0.8,"Over 80%, Under 100%","Under 80%"))

Mike


"learningaccess" wrote:

Hi,

I'm trying to put a formula in excel to do the following. I'm getting a
percentage of revenue over budget. Then I am trying to say if value is =
100% then "Over 100%", if value is =80 % and <100% then "Over 80%, Under
100%" and if value is <80% then "Under 80%". The over 100% and Under 80% are
working. Can't get the middle criteria to work.
this is my formula so far:
=IF(F7=1,"Over 100%",IF(F7=0.8<1,"Over 80%, Under 100%",IF(F7<0.8,"Under
80%",0)))

I can get text to say "Over 100%" and also to say "Under 80%". But the
"Over 80%, Under 100%" text is returning as 0.

Please help with formula.
Thank you so much.

Chris
--
Thanks!

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
Can an If statement answer an If statement? M.A.Tyler Excel Discussion (Misc queries) 2 June 24th 07 04:14 AM
appending and IF statement to an existing IF statement spence Excel Worksheet Functions 1 February 28th 06 11:00 PM
if statement kraway Excel Discussion (Misc queries) 6 November 30th 05 04:47 PM
If statement and Isblank statement Rodney C. Excel Worksheet Functions 0 January 18th 05 08:39 PM
Help please, IF statement/SUMIF statement Brad_A Excel Worksheet Functions 23 January 11th 05 02:24 PM


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