Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Hexabah
 
Posts: n/a
Default If's and Isna's and stuff


Ok I have a question for you knowledgeable people out there.

I need a if statment that basicly reads as follows

If the cell is #n/a then "Not Logged" or,

If the cell is 1/00/00 then "Evaluation or,

If the cell is #n/a, and there is a number in the cell prior then
"Received"

but my problem is that i am using a vlookup function in that cell also,
here is what I have so far
"=IF(VLOOKUP(C4,Outstanding!C3:M1001,11,FALSE),ISN A(AH4),"RECEIVED")" I
was trying this just to see if I could get that cell to say received but
it will not go. I know that I need to add another part to this IF to
look at the cell prior to look for a number so it shows received.

I am going out of my mind. Is there anyone that can help me.


--
Hexabah
------------------------------------------------------------------------
Hexabah's Profile: http://www.excelforum.com/member.php...o&userid=16040
View this thread: http://www.excelforum.com/showthread...hreadid=274987

  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

try
=IF(AND(ISNA(VLOOKUP(C4,Outstanding!C3:M1001,11,0) ),ISNUMBER(AH4)),"Received",IF(ISNA(VLOOKUP(C4,Out standing!C3:M1001,11,0)),"Not
Logged",IF(VLOOKUP(C4,Outstanding!C3:M1001,11,0)=" 1/00/00","Evaluation","Something
Else")))

Hope this helps
Cheers
JulieD


"Hexabah" wrote in message
...

Ok I have a question for you knowledgeable people out there.

I need a if statment that basicly reads as follows

If the cell is #n/a then "Not Logged" or,

If the cell is 1/00/00 then "Evaluation or,

If the cell is #n/a, and there is a number in the cell prior then
"Received"

but my problem is that i am using a vlookup function in that cell also,
here is what I have so far
"=IF(VLOOKUP(C4,Outstanding!C3:M1001,11,FALSE),ISN A(AH4),"RECEIVED")" I
was trying this just to see if I could get that cell to say received but
it will not go. I know that I need to add another part to this IF to
look at the cell prior to look for a number so it shows received.

I am going out of my mind. Is there anyone that can help me.


--
Hexabah
------------------------------------------------------------------------
Hexabah's Profile:
http://www.excelforum.com/member.php...o&userid=16040
View this thread: http://www.excelforum.com/showthread...hreadid=274987



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



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