Need formula to find value

mahesh8498

Active Member
Joined
Oct 4, 2007
Messages
272
Hi All,

I have data in following manner.

Cell A1 - FALSE Cell B1 - FALSE Cell C1 - MAX

In Cell D1 I want formula which will find the value other than False.

In this scenarion In cell D1 i want value to be reflected as MAX after entering formula.


I have 2 more words i.e MID and MIN and these word also can be appeared.

Basically i need a formula which will give me the value except FALSE in range of A1:C1

Your reply will be highly appriciated
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi All,

I have data in following manner.

Cell A1 - FALSE Cell B1 - FALSE Cell C1 - MAX

In Cell D1 I want formula which will find the value other than False.

In this scenarion In cell D1 i want value to be reflected as MAX after entering formula.


I have 2 more words i.e MID and MIN and these word also can be appeared.

Basically i need a formula which will give me the value except FALSE in range of A1:C1

Your reply will be highly appriciated
Try this array formula**:

=INDEX(A1:C1,MATCH(TRUE,A1:C1<>FALSE,0))

** array formulas need to be entered using the key
combination of CTRL,SHIFT,ENTER (not just ENTER).
Hold down both the CTRL key and the SHIFT key
then hit ENTER.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

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
Back
Top