IF Formula

Valekk

New Member
Joined
Nov 1, 2005
Messages
8
Hi, everybody

Can i write IF formula in one cell more than 8 times.
Or is there any other formula that I can replace with IF formula.

Thanks
Valekk
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Valekk

There may be an alternative formula you can use, but you will have to provide more information on the specifics of what you are wanting the formula to do.

Best regards

Richard
 
Upvote 0
IF Formula Explanation

I have this formula on cell A5

=IF(A1&B1&C1&D1&E1&F1&G1&H1&I1=0,"",
IF(A1>0,I2,IF(B1>0,I2,IF(C1>0,I2,IF(D1>0,I2,IF(E1>0,I2,IF(F1>0,I2,IF(G1>0,I2,IF(H1>0,I2,IF(I1>0,I2""))))))))))

Of course two last formulas are not inputted.

I want to arrange somehow that even if cells A1,B1,C1,D1,E1,F1,G1,H1,I1
are "0", in cell A5 to be “” (Empty)
but if any of cells from A1 to I1 to be larger than “0”
the cell A5 to be equal with number from cell I2.

I hope that you will understand the formula and
What I’m trying to do.

Thanks
Valekk
 
Upvote 0
To Everybody

Thanks for trying halp me

But I find formula that I was looking for

If you are interested the formula is

=IF(A1&B1&C1&D1&E1&F1&G1&H1&I1=0,"",IF(SUM(A1:I1)>0,I2,""))

By
 
Upvote 0

Forum statistics

Threads
1,215,040
Messages
6,122,806
Members
449,095
Latest member
m_smith_solihull

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