Meaning of these formulas

sxmajmda

New Member
Joined
Feb 14, 2012
Messages
20
I understand that all these formulas add (except no. 5), but what I really want to know is what do they mean

1) IF(OR(C11<>0,C12),C11+C12,"")


2) IF(OR(ISNUMBER(C10),ISNUMBER(C13)),SUM(C10)+SUM(C13),"")


3) IF(OR(C15<>0,C16),C15+C16,"")


4) IF(SUM(C11:N11),SUM(C11:N11),"")


5) IF(ISNUMBER(C10),C10,"")

Thanks in advance,
SXM
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
I have this formula =IF(B7=C7, "Pass", "Fail"), it works, but when the cells are blank it says pass, I want the comment to remain blank if both B7 and C7 (in this case) are blank....

Thanks in advance,
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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