ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   If Cell = "XXX" Then clear all other cells formula (https://www.excelbanter.com/excel-worksheet-functions/201900-if-cell-%3D-xxx-then-clear-all-other-cells-formula.html)

SCrowley

If Cell = "XXX" Then clear all other cells formula
 
Hi,

I recently posted an IF ARRAY question and the solution worked beautifully

=HLOOKUP("A VIP",$AQ2:$BE2,1,FALSE)

Now I need to refine my data and I'm trying to avoid looking at 3000 records
to eliminate clear contents of 4 out of 5 columns if they meet a criteria.

Columns BE:BI possibly have data, which is a relationship type, in which I
only want 1 type assigned. Currently there are multiple relationship types
assigned. "B Customer" takes precedent over any other option. So, I need the
formula to look at BE2:BI2 see if

If cells $BE2:$BI2
Contain €śA VIP€ť AND/OR €śB Customer€ť AND/OR €śD Lead Source€ť
THEN
Only return €śB Customer€ť

Is this an array formula or simpler than that?

--
Thank you,

scrowley(AT)littleonline.com

Peo Sjoblom[_2_]

If Cell = "XXX" Then clear all other cells formula
 
=IF(SUM(COUNTIF(BE:BI,{"A VIP","B Customer","D Lead Source"}))0,"B
Customer","Nothing found")

--


Regards,


Peo Sjoblom

"SCrowley" wrote in message
...
Hi,

I recently posted an IF ARRAY question and the solution worked beautifully

=HLOOKUP("A VIP",$AQ2:$BE2,1,FALSE)

Now I need to refine my data and I'm trying to avoid looking at 3000
records
to eliminate clear contents of 4 out of 5 columns if they meet a criteria.

Columns BE:BI possibly have data, which is a relationship type, in which I
only want 1 type assigned. Currently there are multiple relationship types
assigned. "B Customer" takes precedent over any other option. So, I need
the
formula to look at BE2:BI2 see if

If cells $BE2:$BI2
Contain "A VIP" AND/OR "B Customer" AND/OR "D Lead Source"
THEN
Only return "B Customer"

Is this an array formula or simpler than that?

--
Thank you,

scrowley(AT)littleonline.com




SCrowley

If Cell = "XXX" Then clear all other cells formula
 
Thank you. Perfect solution for me.
--
Thank you,

scrowley(AT)littleonline.com


"Peo Sjoblom" wrote:

=IF(SUM(COUNTIF(BE:BI,{"A VIP","B Customer","D Lead Source"}))0,"B
Customer","Nothing found")

--


Regards,


Peo Sjoblom

"SCrowley" wrote in message
...
Hi,

I recently posted an IF ARRAY question and the solution worked beautifully

=HLOOKUP("A VIP",$AQ2:$BE2,1,FALSE)

Now I need to refine my data and I'm trying to avoid looking at 3000
records
to eliminate clear contents of 4 out of 5 columns if they meet a criteria.

Columns BE:BI possibly have data, which is a relationship type, in which I
only want 1 type assigned. Currently there are multiple relationship types
assigned. "B Customer" takes precedent over any other option. So, I need
the
formula to look at BE2:BI2 see if

If cells $BE2:$BI2
Contain "A VIP" AND/OR "B Customer" AND/OR "D Lead Source"
THEN
Only return "B Customer"

Is this an array formula or simpler than that?

--
Thank you,

scrowley(AT)littleonline.com






All times are GMT +1. The time now is 06:55 AM.

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