ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Match statement that displays result (https://www.excelbanter.com/excel-programming/428299-match-statement-displays-result.html)

Neall

Match statement that displays result
 
Hello all, I am trying to use a match statement to which adds to my formula

basically the formula consists of adding the results of 3 cells together

=NEW_RENEWAL_CALC!E6&VLOOKUP(NEW_RENEWAL_CALC!C29, 'License List
Renewals'!A6:C23,3,FALSE)&B$11

This gives me a result of "dogacctfound"

However for the govt portion of my sheet I want to add an override so if we
want to change dog to cat it can be done from another cell

I am thinking this is what the formula should be but it does not seem to work,

=MATCH(IF(ISBLANK(industryoverride),industryshort, industryoverride),)&VLOOKUP(NEW_RENEWAL_CALC!C29,' License List Renewals'!A6:C23,3,FALSE)&B$4

Any suggestions?

Thanks in advance



--
Neall

Neall

Match statement that displays result
 
Resolved with

=IF(industryoverride="",industryshort,industryover ride)&VLOOKUP(NEW_RENEWAL_CALC!C29,'License List
Renewals'!A6:C23,3,FALSE)&B$11


Thanks anyways
--
Neall


"Neall" wrote:

Hello all, I am trying to use a match statement to which adds to my formula

basically the formula consists of adding the results of 3 cells together

=NEW_RENEWAL_CALC!E6&VLOOKUP(NEW_RENEWAL_CALC!C29, 'License List
Renewals'!A6:C23,3,FALSE)&B$11

This gives me a result of "dogacctfound"

However for the govt portion of my sheet I want to add an override so if we
want to change dog to cat it can be done from another cell

I am thinking this is what the formula should be but it does not seem to work,

=MATCH(IF(ISBLANK(industryoverride),industryshort, industryoverride),)&VLOOKUP(NEW_RENEWAL_CALC!C29,' License List Renewals'!A6:C23,3,FALSE)&B$4

Any suggestions?

Thanks in advance



--
Neall



All times are GMT +1. The time now is 02:26 AM.

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