Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need help on an existing VBA formula:
In my spreadsheet Conversion Validation Template Billable Jobs row J3. I want to do a vlookup on J3 that would look up the value in D3 in a Table_Array spreadsheet VBAP Col_Index_Num #3 IF AND ONLY IF the value in rows of column B is: PY. -- Regards, Jeff |
#2
![]() |
|||
|
|||
![]()
dim mycell as range
for each mycell in range(Cells(1,2), cells(1,2).end(xldown)") if mycell.value = "PY" then "CODE HERE " end if next mycell "Jeff" wrote: I need help on an existing VBA formula: In my spreadsheet Conversion Validation Template Billable Jobs row J3. I want to do a vlookup on J3 that would look up the value in D3 in a Table_Array spreadsheet VBAP Col_Index_Num #3 IF AND ONLY IF the value in rows of column B is: PY. -- Regards, Jeff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
How to calculate a sum as one outcome of an IF statement | Excel Worksheet Functions | |||
7+ nested if statement? | Excel Worksheet Functions | |||
Statement | Excel Worksheet Functions |