Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thank you,
That worked great!! Mike "joeu2004" wrote in message oups.com... On Aug 5, 10:45 am, "Michael Slater" wrote: I'm using the following formula in cell C3: =INDEX(LastName,MATCH(A3,EmpID,0)) When I type in an employee ID in A3, his/her last name shows in C3. However, when there is no value in A3, C3 shows error "#N/A". Is there a way to show a blank cell in C3 until a value is entered into A3? Try: =IF(A3="", "", INDEX(LastName,MATCH(A3,EmpID,0)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show a "$" at the beging of this result =ROUND(D99*0.75,4)&".00 Ro | Excel Discussion (Misc queries) | |||
How create blank cell value as the result of Excel "IF" function? | Excel Worksheet Functions | |||
How do I make cells "If cell is blank then cell=0"in Excel 2000? | Excel Discussion (Misc queries) | |||
How can I find cell contains the result of "maximum" formula | Excel Discussion (Misc queries) | |||
if "a" selected from dropdown menu then show "K" in other cell | Excel Worksheet Functions |