Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Teri
 
Posts: n/a
Default IF IS NULL PROBLEM

A B C D E
F
Shipment # Quote # Date Actual GP Gross Revenue Total Points
LAX 2056512 406213 02/10/05 65.41% $82.50 2.5

For the data above, I have a VLOOKUP table to determine points for GP %
achieved. However, .5 point is awarded if a Quote # is entered. I have the
following formula in Column F which returns the correct amount of points, but
in a blank line, the formula also displays .5 I thought if I entered IS
NOT NULL in the formula, I would get the correct answer but I get an error
message. What am I doing incorrectly?

=(VLOOKUP(D2,$H$2:$J$6,3)+IF(B20,0.5,0))
  #2   Report Post  
Tim C
 
Posts: n/a
Default

Try:

+IF(ISNUMBER(B2),0.5,0)

or

+ISNUMBER(B2)/2

Tim C

"Teri" wrote in message
...
A B C D E
F
Shipment # Quote # Date Actual GP Gross Revenue Total Points
LAX 2056512 406213 02/10/05 65.41% $82.50 2.5

For the data above, I have a VLOOKUP table to determine points for GP %
achieved. However, .5 point is awarded if a Quote # is entered. I have
the
following formula in Column F which returns the correct amount of points,
but
in a blank line, the formula also displays .5 I thought if I entered
IS
NOT NULL in the formula, I would get the correct answer but I get an error
message. What am I doing incorrectly?

=(VLOOKUP(D2,$H$2:$J$6,3)+IF(B20,0.5,0))



  #3   Report Post  
Teri
 
Posts: n/a
Default

Thanks for your response, Tim, but neither worked :(

"Tim C" wrote:

Try:

+IF(ISNUMBER(B2),0.5,0)

or

+ISNUMBER(B2)/2

Tim C

"Teri" wrote in message
...
A B C D E
F
Shipment # Quote # Date Actual GP Gross Revenue Total Points
LAX 2056512 406213 02/10/05 65.41% $82.50 2.5

For the data above, I have a VLOOKUP table to determine points for GP %
achieved. However, .5 point is awarded if a Quote # is entered. I have
the
following formula in Column F which returns the correct amount of points,
but
in a blank line, the formula also displays .5 I thought if I entered
IS
NOT NULL in the formula, I would get the correct answer but I get an error
message. What am I doing incorrectly?

=(VLOOKUP(D2,$H$2:$J$6,3)+IF(B20,0.5,0))




  #4   Report Post  
BobT
 
Posts: n/a
Default

instead of just 0 you could test b2 for a range
=if(and(b20,b2<1000000000),.5,0)
you could use the parameters of your quote numbers for the
range.
A single space as well as other possible returns are 0

-----Original Message-----
Thanks for your response, Tim, but neither worked :(

"Tim C" wrote:

Try:

+IF(ISNUMBER(B2),0.5,0)

or

+ISNUMBER(B2)/2

Tim C

"Teri" wrote in

message
news:E6A76948-3B7D-4ACD-996F-

...
A B C

D E
F
Shipment # Quote # Date Actual GP Gross Revenue

Total Points
LAX 2056512 406213 02/10/05 65.41%

$82.50 2.5

For the data above, I have a VLOOKUP table to

determine points for GP %
achieved. However, .5 point is awarded if a Quote #

is entered. I have
the
following formula in Column F which returns the

correct amount of points,
but
in a blank line, the formula also displays .5 I

thought if I entered
IS
NOT NULL in the formula, I would get the correct

answer but I get an error
message. What am I doing incorrectly?

=(VLOOKUP(D2,$H$2:$J$6,3)+IF(B20,0.5,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
Problem with Array Formulas and ISNUMBER Henrik Excel Worksheet Functions 1 February 10th 05 12:31 AM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM
Row Autofit problem Excel 2003 Matthias Klaey Excel Discussion (Misc queries) 0 January 19th 05 05:33 PM
IIF IS NULL Problem scott Excel Worksheet Functions 6 January 4th 05 01:28 AM
Paper Tray selection Problem, Michael Hoffmann Excel Discussion (Misc queries) 4 December 3rd 04 09:08 PM


All times are GMT +1. The time now is 07:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"