Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How does this macro look? Will it give me a return of an "empty cell"?
ActiveCell.FormulaR1C1 = "=IF(ISNA(VLOOKUP(RC[-5],'Fall 2006 Cohort'! R2C1:R65536C28,13,FALSE)=TRUE),"", VLOOKUP(RC[-5],'Fall 2006 Cohort'! R2C1:R65536C28,13,FALSE))" ActiveCell.Offset(0, 1).Select THANKS! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Surely, you can test it just as easily as we can.
One thing to note, quotes within quotes should be doubled up, so it is ActiveCell.FormulaR1C1 = "=<<tes,"""",<<test" -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Nena" wrote in message oups.com... How does this macro look? Will it give me a return of an "empty cell"? ActiveCell.FormulaR1C1 = "=IF(ISNA(VLOOKUP(RC[-5],'Fall 2006 Cohort'! R2C1:R65536C28,13,FALSE)=TRUE),"", VLOOKUP(RC[-5],'Fall 2006 Cohort'! R2C1:R65536C28,13,FALSE))" ActiveCell.Offset(0, 1).Select THANKS! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Modify to eliminate #NUM! error | Excel Worksheet Functions | |||
Eliminate #N/A in Vlookup formulas | Excel Worksheet Functions | |||
when copying from one spreadsheet to another I get "#VALUE!" error,how can I eliminate it? | Excel Discussion (Misc queries) | |||
How do I eliminate, in Excel XP, "too many cell formats" error? | Excel Discussion (Misc queries) | |||
DIV/0 ERROR - How eliminate them in many cells contemporaneously | Excel Programming |