Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Building a rank table using If

Hi everyone,

I'm trying to extract data from a table on one worksheet and have it build a
table in another .

The data in sheet1 is arranged so that A is over 80% B is less than 80 but
more than 60% and so on.

I have been trying to put together an if statement saying that if there is a
number in A2 then Sheet2 C4 should return 1 if not, if there is a number in
B2 then C4 should be 2 etc.

I'm pretty sure I need a nested if statement so tried to build one up using
one if at a time, I didn't know how to say if not blank so used isnumber but
just got false.

Help!!!

--
Mifty
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Building a rank table using If

=IF(ISNUMBER(A2),1,IF(ISNUMBER(B2),2,IF(ISNUMBER(C 2),3)))
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Mifty" wrote in message
...
Hi everyone,

I'm trying to extract data from a table on one worksheet and have it build
a
table in another .

The data in sheet1 is arranged so that A is over 80% B is less than 80
but
more than 60% and so on.

I have been trying to put together an if statement saying that if there is
a
number in A2 then Sheet2 C4 should return 1 if not, if there is a number
in
B2 then C4 should be 2 etc.

I'm pretty sure I need a nested if statement so tried to build one up
using
one if at a time, I didn't know how to say if not blank so used isnumber
but
just got false.

Help!!!

--
Mifty



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Building a rank table using If

Hi Bernard,

This is just what I need.

Many thanks
--
Mifty


"Bernard Liengme" wrote:

=IF(ISNUMBER(A2),1,IF(ISNUMBER(B2),2,IF(ISNUMBER(C 2),3)))
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Mifty" wrote in message
...
Hi everyone,

I'm trying to extract data from a table on one worksheet and have it build
a
table in another .

The data in sheet1 is arranged so that A is over 80% B is less than 80
but
more than 60% and so on.

I have been trying to put together an if statement saying that if there is
a
number in A2 then Sheet2 C4 should return 1 if not, if there is a number
in
B2 then C4 should be 2 etc.

I'm pretty sure I need a nested if statement so tried to build one up
using
one if at a time, I didn't know how to say if not blank so used isnumber
but
just got false.

Help!!!

--
Mifty




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 I do a RANK calculation in a Pivot Table Ken Excel Discussion (Misc queries) 3 April 11th 07 05:34 AM
Building Pivot table from Access data newbie Excel Discussion (Misc queries) 1 July 31st 06 12:23 PM
Rank in Pivot Table Matt Cantando Excel Worksheet Functions 0 February 9th 06 07:04 PM
Building a table with formulas rather than a macro Daniel Bonallack Excel Worksheet Functions 3 January 20th 05 08:55 PM
pivot table - Rank A Lesner Excel Discussion (Misc queries) 4 December 2nd 04 04:53 PM


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