Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default help on GPA formulas with null value

I have a spreadsheet that has the following:

=LOOKUP(D26,{"a","a-","b+","b","b-","c+","c","c-","d+","d","d-","f","-";4,3.7,3.3,3,2.7,2.3,2,1.7,1.3,1,0.7,0,0})*E2 6

But if the colomn for Grade "D" and the coloum for Hours "E" are empty how
do I have column for Grade Points "F" show either empty or a "0"
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default help on GPA formulas with null value

One way:

=IF(COUNT(D26:E26)=2,LOOKUP(...),"")

In article ,
JohnG wrote:

I have a spreadsheet that has the following:

=LOOKUP(D26,{"a","a-","b+","b","b-","c+","c","c-","d+","d","d-","f","-";4,3.7,
3.3,3,2.7,2.3,2,1.7,1.3,1,0.7,0,0})*E26

But if the colomn for Grade "D" and the coloum for Hours "E" are empty how
do I have column for Grade Points "F" show either empty or a "0"

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
COUNTIF says Null = Blank but Blank < Null Epinn Excel Worksheet Functions 4 October 25th 06 08:03 PM
Truly Null Invoice Excel Worksheet Functions 0 August 22nd 06 04:10 AM
cell value based on null/not null in another cell spence Excel Worksheet Functions 1 February 18th 06 11:49 PM
When value is NOT Null sbigelow Excel Worksheet Functions 4 October 7th 05 10:12 AM
Formulas (If linked data is not null, then insert "Complete" in ce Task Lead Nicole Excel Worksheet Functions 3 January 10th 05 06:25 PM


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