Conditional formatting
Closed
RV061257
Posts
1
Registration date
Wednesday August 19, 2015
Status
Member
Last seen
August 19, 2015
-
Aug 19, 2015 at 07:36 PM
Blocked Profile - Aug 19, 2015 at 08:23 PM
Blocked Profile - Aug 19, 2015 at 08:23 PM
Related:
- Conditional formatting
- Clear formatting in excel - Guide
- Phone formatting software for pc - Download - File management
- Formatting usb mac - Guide
- Apply conditional formatting to the selected cells ✓ - Excel Forum
- Code for formatting android phone - Guide
1 response
IN cell C1, place the following (this would be known as a Nested If):
=IF(A1="Pos",IF(B1="Single","$538.00",""),"")
Give that a try. The format of if is as follows: =If(logic statement,true, false).
In this example, we have another test if True, before we can make a true.
Have Fun!
I have said it once, I will say it again. IT!
=IF(A1="Pos",IF(B1="Single","$538.00",""),"")
Give that a try. The format of if is as follows: =If(logic statement,true, false).
In this example, we have another test if True, before we can make a true.
Have Fun!
I have said it once, I will say it again. IT!