Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() =IF(VLOOKUP(A12,$P$12:$U$3323,5,FALSE)="Good","Goo d","BAD") How can I get the ISNA in there.. while maintaining my IF output. I'd like the box to tell me if there was a match.. if not.. then tell me its bad.. while blanking out the #n/A as i'm comparing 2 sets of data against each other. Thanks! - Amar -- amario ------------------------------------------------------------------------ amario's Profile: http://www.excelforum.com/member.php...o&userid=26858 View this thread: http://www.excelforum.com/showthread...hreadid=400252 |
#2
![]() |
|||
|
|||
![]() Hi, that is fine working, but the next cell having a formula =IF(I2="S",CEILING(K2*L2,0.05),IF(I2="P",ROUNDDOWN (K2*L2/0.05,0)*0.05,"")) is getting error. Any solution? thanks nowfal -- nowfal ------------------------------------------------------------------------ nowfal's Profile: http://www.excelforum.com/member.php...o&userid=10003 View this thread: http://www.excelforum.com/showthread...hreadid=400252 |
#3
![]() |
|||
|
|||
![]() I tried your formula and didn't get any errors. What error are you getting? -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=400252 |
#4
![]() |
|||
|
|||
![]() Hi Cutter, Thanks for you quick response, I will explain,my workbook is made for foreign currency transaction. so, the conversion on based on mainly 3 cells I------- J ------ K --- L --- M pur/sale--currency---------quantity------rate--------amount as u know i made a rate table in the other sheet to get in the cell L2. In the cell M2 a formula =IF(I2="S",CEILING(K2*L2,0.05),IF(I2="P",ROUNDDOWN (K2*L2/0.05,0)*0.05,"")) is there. When J2 is empty #VALUE message is showing in M2.. So i have to some adjustment formula on M2. Like If J2 is empty M2 should be blank. I didn't get the idea. It may be a 3rd If formula. So, Any suggestion from you or anybody will be highly appreciated. Thanks and regards by NOWFAL -- nowfal ------------------------------------------------------------------------ nowfal's Profile: http://www.excelforum.com/member.php...o&userid=10003 View this thread: http://www.excelforum.com/showthread...hreadid=400252 |
#5
![]() |
|||
|
|||
![]() OK. I see. When J2 is empty it affects L2. So to take care of that adjust your formula to either this: =IF(J2="","",IF(I2="S",CEILING(K2*L2,0.05),IF(I2=" P",ROUNDDOWN(K2*L2/0.05,0)*0.05,""))) OR this =IF(J2<"",IF(I2="S",CEILING(K2*L2,0.05),IF(I2="P" ,ROUNDDOWN(K2*L2/0.05,0)*0.05,"")),"") These assume you want M2 to be blank if J2 is blank -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=400252 |
#6
![]() |
|||
|
|||
![]() Hi Cutter, Thank you very much, the first one itself much enough . I didn't test the second one. Keep help others, that will benefit you with unknown way. May God bless you. thanks and regards nowfal -- nowfal ------------------------------------------------------------------------ nowfal's Profile: http://www.excelforum.com/member.php...o&userid=10003 View this thread: http://www.excelforum.com/showthread...hreadid=400252 |
#7
![]() |
|||
|
|||
![]() You're quite welcome. Always glad to be of some help. Thanks for the feedback. -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=400252 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
return zero from a blank cell | Excel Worksheet Functions | |||
if the value of a cell in a range is not blank, then return the v. | Excel Worksheet Functions | |||
Return a blank | Excel Worksheet Functions | |||
Return Blank instead of Zero | Excel Discussion (Misc queries) | |||
need look up table to return blank | Excel Worksheet Functions |