ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   IF HELP (https://www.excelbanter.com/excel-discussion-misc-queries/139301-if-help.html)

Compare Values

IF HELP
 
Hi, I have the an spreadsheet with 4 columns I want to to put in column 5
'ALL OK" only if all 4 reads OK on all of them the rest will read INCORRECT
Address City State Zip
OK OK OK OK
Wrong address Wrong city OK Wrong Zip
Wrong address OK OK OK
#N/A #N/A #N/A #N/A
Wrong address OK OK OK
OK OK OK OK
Wrong address OK OK OK



Bob Phillips

IF HELP
 
=IF(COUNTIF(A2:D2,"OK")=4,"OK","INCORRECT")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Compare Values" wrote in message
...
Hi, I have the an spreadsheet with 4 columns I want to to put in column 5
'ALL OK" only if all 4 reads OK on all of them the rest will read
INCORRECT
Address City State Zip
OK OK OK OK
Wrong address Wrong city OK Wrong Zip
Wrong address OK OK OK
#N/A #N/A #N/A #N/A
Wrong address OK OK OK
OK OK OK OK
Wrong address OK OK OK





Compare Values

IF HELP
 
Thank you so much for your help Bob. but I don't the columns in sequence I
have them on A, C, F, G. Can you please advise how should I write the formula.

"Bob Phillips" wrote:

=IF(COUNTIF(A2:D2,"OK")=4,"OK","INCORRECT")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Compare Values" wrote in message
...
Hi, I have the an spreadsheet with 4 columns I want to to put in column 5
'ALL OK" only if all 4 reads OK on all of them the rest will read
INCORRECT
Address City State Zip
OK OK OK OK
Wrong address Wrong city OK Wrong Zip
Wrong address OK OK OK
#N/A #N/A #N/A #N/A
Wrong address OK OK OK
OK OK OK OK
Wrong address OK OK OK






Roger Govier

IF HELP
 
Hi

One way
=IF((A2="OK")*(C2="OK")*(F2="OK")*(G2="OK"),"OK"," WRONG")

--
Regards

Roger Govier


"Compare Values" wrote in
message ...
Thank you so much for your help Bob. but I don't the columns in
sequence I
have them on A, C, F, G. Can you please advise how should I write the
formula.

"Bob Phillips" wrote:

=IF(COUNTIF(A2:D2,"OK")=4,"OK","INCORRECT")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Compare Values" wrote in
message
...
Hi, I have the an spreadsheet with 4 columns I want to to put in
column 5
'ALL OK" only if all 4 reads OK on all of them the rest will read
INCORRECT
Address City State Zip
OK OK OK OK
Wrong address Wrong city OK Wrong Zip
Wrong address OK OK OK
#N/A #N/A #N/A #N/A
Wrong address OK OK OK
OK OK OK OK
Wrong address OK OK OK









All times are GMT +1. The time now is 07:05 PM.

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