Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Formula for the following
E20/E22*167 When E20 is empty or not use, howt to write the formula that will ignore E20 and continue wiyh the rest E20(noy used) and E22 *167 is done. |
#2
![]() |
|||
|
|||
![]()
if(isblank(E20),E22*167,E20/E22*167)
"rocky" дÈëÓʼþ ... Formula for the following E20/E22*167 When E20 is empty or not use, howt to write the formula that will ignore E20 and continue wiyh the rest E20(noy used) and E22 *167 is done. |
#3
![]() |
|||
|
|||
![]()
=IF(OR(E20=0,ISBLANK(E20)),E22*167,E20/E22*167)
|
#4
![]() |
|||
|
|||
![]()
You're not going to get a divide by zero error from that formula if E20 is
blank, but you will if E22 is blank. Maybe what you want is: =E20*167/(if(E22=0,1,E22) "rocky" wrote: Formula for the following E20/E22*167 When E20 is empty or not use, howt to write the formula that will ignore E20 and continue wiyh the rest E20(noy used) and E22 *167 is done. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I divide a number by another number when there is no divis. | New Users to Excel | |||
Divide one row over other row I dont wont to divide one number | Excel Discussion (Misc queries) | |||
Divide Ranks into two teams (mathematical guru challenge) | Excel Discussion (Misc queries) | |||
How do I divide, what would the formula look like? I forgot. Than. | Excel Worksheet Functions | |||
I Need to divide all cells in rows 2 and 3 by 100 | Excel Discussion (Misc queries) |