Help needed in formula IF

suciulaurentiu

New Member
Joined
Oct 20, 2014
Messages
37
Office Version
  1. 365
Platform
  1. Windows
Good day! I need your help to figure out how to display the following:

I have several input dynamic cells like which can be varibles. I need a formula that sums up everything and tells me the only value text which is different than 0.

100 E
0
0
0
0

or

0
0
300 E
0
0


Thank you a lot!
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Good day! I need your help to figure out how to display the following:

I have several input dynamic cells like which can be varibles. I need a formula that sums up everything and tells me the only value text which is different than 0.

100 E
0
0
0
0

or

0
0
300 E
0
0


Thank you a lot!
Perhaps this one ? =INDEX(.......;MATCH(TRUE;INDEX(......<>0;);0))
 
Upvote 0
Hi,

Does the cell Actually contain a Text, e.g. "100 E" or "300 E" , etc.
 
Upvote 0
Yes, exactly, i belive i found what i was looking for, thank you!

Ok, glad you found what you're looking for.

If the non-zero value is TEXT, just in case, you can do this:

Book3.xlsx
AB
1100 E0
200
30300 E
400
500
6
7100 E300 E
Sheet949
Cell Formulas
RangeFormula
A7:B7A7=LOOKUP("zzz",A1:A5)
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,217
Members
452,619
Latest member
Shiv1198

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