Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear experts,
My active sheet is P1, from which I have found an id value. I now wish to 'get' a value (let's call it maxpt) which is on another sheet (Summary). If I were doing this in an Excel formula, the cell would contain the following: =IF(ISNA(MATCH(D6,Summary!D2:D90,0)),"",OFFSET(Sum mary!D2,MATCH(D6,Summary!D2:D90,0)-1,1)) where D6 is the id value and the result would be maxpt. How, if at all, does this convert to VBA? And can I use a VBA variable in place of the 'D6'? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
in excel how can we put formula to convert numericalfigureto word | Excel Worksheet Functions | |||
number convert to word in excel which formula | Excel Discussion (Misc queries) | |||
Excel 2002: Can I convert #N/A to 0 in the VLOOKUP( ) formula ? | Excel Discussion (Misc queries) | |||
excel formula to convert lat/lon degrees to DDD MM SS.SS? | Excel Worksheet Functions | |||
How can I convert a formula to a value in excel? | Excel Discussion (Misc queries) |