Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Is it possible to use the If function and Vlookup together? eg if(vlookup(a7,may,3),((F14*F9)-(F13*F10))*(1-F$6) I am trying to lookup a value in a table but if it is not there, I want it to put in the formula Thank you Lynne -- Lynneth ------------------------------------------------------------------------ Lynneth's Profile: http://www.excelforum.com/member.php...o&userid=26102 View this thread: http://www.excelforum.com/showthread...hreadid=394316 |
#2
![]() |
|||
|
|||
![]() Lynneth Wrote: Is it possible to use the If function and Vlookup together? eg if(vlookup(a7,may,3),((F14*F9)-(F13*F10))*(1-F$6) I am trying to lookup a value in a table but if it is not there, I want it to put in the formula Thank you Lynne Yes you can!! Make your formula look like this: =IF(ISNA(VLOOKUP(a7,may,3)),((F14*F9)-(F13*F10))*(1-F$6),VLOOKUP(VLOOKUP(a7,may,3)) HTH Bruce -- swatsp0p ------------------------------------------------------------------------ swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101 View this thread: http://www.excelforum.com/showthread...hreadid=394316 |
#3
![]() |
|||
|
|||
![]() Thank you so much I have tried for hours and hours to get this to work. It seemed such a simple logical formula, but it didn't quite work out that way. Bless your heart Lynne -- Lynneth ------------------------------------------------------------------------ Lynneth's Profile: http://www.excelforum.com/member.php...o&userid=26102 View this thread: http://www.excelforum.com/showthread...hreadid=394316 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Convert VLOOKUP to absolute cell reference | Excel Discussion (Misc queries) | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |