ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can I combine a Vlookup with an IF formula? (https://www.excelbanter.com/excel-worksheet-functions/261575-can-i-combine-vlookup-if-formula.html)

Claire[_2_]

Can I combine a Vlookup with an IF formula?
 
I'm not sure Excel can do what I want it to do -

I have a VLookup formula on my spreadsheet which is returning data, however,
I only want it displayed if it returns a specific condition.
Is this possible ?
--
CMB BT

Eduardo

Can I combine a Vlookup with an IF formula?
 
Hi,
let' say you want to perform the vlookup if cell A1 is greater than 100, if
not will leave the cell blank

=if(A1100,your formula,"")

"Claire" wrote:

I'm not sure Excel can do what I want it to do -

I have a VLookup formula on my spreadsheet which is returning data, however,
I only want it displayed if it returns a specific condition.
Is this possible ?
--
CMB BT


Duke Carey

Can I combine a Vlookup with an IF formula?
 
try something like this:

=if([your vlookup formula]=[your condition],[your vlookup formula],"")

replace the bracketed items with your actual formula and condition

"Claire" wrote:

I'm not sure Excel can do what I want it to do -

I have a VLookup formula on my spreadsheet which is returning data, however,
I only want it displayed if it returns a specific condition.
Is this possible ?
--
CMB BT



All times are GMT +1. The time now is 04:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com