Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a Quatropro formula @IF@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)<1,"
",@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)) which pulls the last value in a column from a sheet to a summary spreadsheet, I have been unable to find an equivalent Excel formula. Any suggestions, Thank you! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You might try looking in the help index for VLOOKUP. -- Don Guillett Microsoft MVP Excel SalesAid Software "Niki" wrote in message ... I have a Quatropro formula @IF@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)<1," ",@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)) which pulls the last value in a column from a sheet to a summary spreadsheet, I have been unable to find an equivalent Excel formula. Any suggestions, Thank you! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Tried the help first, not getting an answer.
Thanks for your response. "Don Guillett" wrote: You might try looking in the help index for VLOOKUP. -- Don Guillett Microsoft MVP Excel SalesAid Software "Niki" wrote in message ... I have a Quatropro formula @IF@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)<1," ",@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)) which pulls the last value in a column from a sheet to a summary spreadsheet, I have been unable to find an equivalent Excel formula. Any suggestions, Thank you! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Still coming up as invalid. Thanks for your responses.
Niki "Niki" wrote: I have a Quatropro formula @IF@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)<1," ",@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)) which pulls the last value in a column from a sheet to a summary spreadsheet, I have been unable to find an equivalent Excel formula. Any suggestions, Thank you! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Change to
=IF(VLOOKUP($B23,Sheet2!$B$5:$R$94,D$1,0)<1,"",VLO OKUP($B23,Sheet2!$B$5:$R$94,D$1,1,0)) -- Don Guillett Microsoft MVP Excel SalesAid Software "Niki" wrote in message ... Still coming up as invalid. Thanks for your responses. Niki "Niki" wrote: I have a Quatropro formula @IF@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)<1," ",@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)) which pulls the last value in a column from a sheet to a summary spreadsheet, I have been unable to find an equivalent Excel formula. Any suggestions, Thank you! |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks again Don, I'm still plugging along with this spreadsheet. With your
help I've been able to get this formula to work in some cells but not all. Niki "Don Guillett" wrote: Change to =IF(VLOOKUP($B23,Sheet2!$B$5:$R$94,D$1,0)<1,"",VLO OKUP($B23,Sheet2!$B$5:$R$94,D$1,1,0)) -- Don Guillett Microsoft MVP Excel SalesAid Software "Niki" wrote in message ... Still coming up as invalid. Thanks for your responses. Niki "Niki" wrote: I have a Quatropro formula @IF@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)<1," ",@VLOOKUP($B23,$Sheet2:$B$5..$R$94,D$1,1)) which pulls the last value in a column from a sheet to a summary spreadsheet, I have been unable to find an equivalent Excel formula. Any suggestions, Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Quatro/Excel Formula | Excel Discussion (Misc queries) | |||
Converting Quatro Pro to Excel | Excel Discussion (Misc queries) | |||
Is their a converter for Quatro pro 7.0 (wb3) files to Excel 2003 | Excel Discussion (Misc queries) | |||
quatro pro to excel 2003 | Excel Discussion (Misc queries) | |||
quatro pro to excel | Excel Worksheet Functions |