#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dj dj is offline
external usenet poster
 
Posts: 92
Default Logical Function

I have struggled with this problem for 2 days, i hope somebody can help.

DESCRIPTION Data Scoring Sub Score
Gearing is < 100% 0.00% 5
Gearing is Between 100% and 125% 0.00% 3
Gearing 125% 223.34% 1

i am trying to allocate the scores under Scoring Column to the items under
the Data column and place them under the Sub Score column. eg Only if the
item under the Data column is not 0.00% must the corresponding number under
Column C be placed Under the corresponding cell under Sub Score, otherwise
leave blank or put zero. The first item under the Data column was obtained
from another worksheet named Ratio Analysis using the following formula:
=IF('Ratio Analysis'!$E$25100%<125%,'Ratio Analysis'!$E$25,"0.00%")

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Logical Function

That formula is not syntactically correct, and it returns "0.00%" as a
string - is this what you want?

Anyway, I think what you want under your Sub Score column is this:

=IF(B2="0.00%","",C2)

and then copy down as required.

Hope this helps.

Pete

On Aug 22, 12:44*am, DJ wrote:
I have struggled with this problem for 2 days, i hope somebody can help.

DESCRIPTION * * * * * * * * * * * * * * * * Data * * * * * Scoring * * * * * * * Sub Score
Gearing is < 100% * * * * * * * * * * * * * * * *0.00% * * * * * *5 * * * * *
Gearing is Between 100% and 125% * * * *0.00% * * * *3 * * * * *
Gearing 125% * * * * * * * * * * * * * * * * *223.34% * * * * * *1 * * * * *

i am trying to allocate the scores under Scoring Column to the items under
the Data column and place them under the Sub Score column. eg Only if the
item under the Data column is not 0.00% must the corresponding number under
Column C be placed Under the corresponding cell under Sub Score, otherwise
leave blank or put zero. The first item under the Data column was obtained
from another worksheet named Ratio Analysis using the following formula:
=IF('Ratio Analysis'!$E$25100%<125%,'Ratio Analysis'!$E$25,"0.00%")


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
Help!!! - logical function for someone not very logical ECH123 Excel Worksheet Functions 3 May 11th 09 04:14 PM
Logical function Lavanya Excel Discussion (Misc queries) 1 January 25th 07 06:20 AM
should it be if() or another logical function? Gina Excel Worksheet Functions 2 November 10th 06 05:59 PM
Logical AND function John Pinback Excel Worksheet Functions 5 May 3rd 05 09:52 PM
Logical Function vnsrod2000 Excel Worksheet Functions 2 January 28th 05 04:03 AM


All times are GMT +1. The time now is 11:44 AM.

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"