Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 130
Default If Formula in Excel

I need to use 11 IF sections to calculate grades....ie:
=IF(D297,"4",IF(D295,"3.7",IF(D293,"3.5",IF(D2 90,"3",IF(D287,"2.7".....etc,etc
What can I do????? This was just thrown in my lap this morning and I need it
ASAP. Please help....
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default If Formula in Excel

Use a VLOOKUP table or CHOOSE. Look in the help index for both

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Cindy" wrote in message
...
I need to use 11 IF sections to calculate grades....ie:
=IF(D297,"4",IF(D295,"3.7",IF(D293,"3.5",IF(D2 90,"3",IF(D287,"2.7".....etc,etc
What can I do????? This was just thrown in my lap this morning and I need
it
ASAP. Please help....


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default If Formula in Excel

Hi Cindy
create a table, column A 97,95 etc
Column B 4,3.7,3
Then in E2 enter the formula as follos
=SUMPRODUCT(--(A1:A15=D2),B1:B15)

"Cindy" wrote:

I need to use 11 IF sections to calculate grades....ie:
=IF(D297,"4",IF(D295,"3.7",IF(D293,"3.5",IF(D2 90,"3",IF(D287,"2.7".....etc,etc
What can I do????? This was just thrown in my lap this morning and I need it
ASAP. Please help....

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
When I enter a formula, Excel shows the formula not the results Pat Adams Excel Worksheet Functions 5 April 4th 23 11:18 AM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Build excel formula using field values as text in the formula val kilbane Excel Worksheet Functions 2 April 18th 07 01:52 PM
Excel 2002 formula displayed not value formula option not checked Dean Excel Worksheet Functions 1 February 28th 06 02:31 PM
How do I view formula results intead of formula in excel? davidinatlanta Excel Worksheet Functions 4 February 7th 06 03:02 PM


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