Exact function with 3 texts !?

gaftalik

Well-known Member
Joined
Feb 6, 2003
Messages
521
Office Version
  1. 2016
Platform
  1. Windows
Hi ,

I need to use the exact function for 3 cells ? is that possible ?
=if (EXACT(A1;A2;A3); "C";"F") but why the following formula didnt work even,knowing that they have equal values !
=if(A1=A2=A3;"C";"F") result was "F" !

Any help please ?

Thank you much .
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

gaftalik

Well-known Member
Joined
Feb 6, 2003
Messages
521
Office Version
  1. 2016
Platform
  1. Windows
Thank you , the second possibility didnt work when i tried to apply it on cells from different columns and rows, which means only for same column cells.

Many thanks to all.
 
Upvote 0

Domenic

MrExcel MVP
Joined
Mar 10, 2004
Messages
20,999
Office Version
  1. 365
Platform
  1. Windows
Also...

=IF(AND(EXACT(A1;A1:A3));"C";"F")

...confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

Hope this heps!
 
Upvote 0

Forum statistics

Threads
1,195,640
Messages
6,010,868
Members
441,571
Latest member
stolenweasel

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top