Help writing a IF formula
Solved/Closed
Related:
- Write a formula in cell f32 that outputs a date formatted as mm/dd/yyyy using the dropdown selections.
- Dd-mm-yyyy format in excel - Guide
- How to write & in laptop - Guide
- How to remove write protection - Guide
- 1st, 2nd, 3rd position formula in excel ✓ - Office Software Forum
- Excel date format dd/mm/yyyy not working ✓ - Excel Forum
1 reply
Ok the Syntax for the IF() formula is as follows:
Apply that syntax to A2 in your sheet as in: =IF("testing 1",1,2)
If statements can BE NESTED. So you could test for a false as so:
NOW format the cell to change under CONDITIONAL FORMATTING!
Have FUN!
I have said it once, I will say it again. IT!
=IF(LOGIC_TEST,TRUE, FALSE)
Apply that syntax to A2 in your sheet as in: =IF("testing 1",1,2)
If statements can BE NESTED. So you could test for a false as so:
=If("testing 1",1,IF("Testing 2",2,0))
NOW format the cell to change under CONDITIONAL FORMATTING!
Have FUN!
I have said it once, I will say it again. IT!