Formula issues with various variables
Closed
moke1981
Posts
1
Registration date
Sunday 6 December 2015
Status
Member
Last seen
7 December 2015
-
7 Dec 2015 à 16:56
Blocked Profile - 7 Dec 2015 à 19:19
Blocked Profile - 7 Dec 2015 à 19:19
Related:
- Formula issues with various variables
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Credit summation formula - Guide
- Number to words in excel formula - Guide
- Excel color formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
1 response
Man, this sounds like homework. Is this home work? Are you familiar with the =IF() function?
Its syntax is such:
=IF(logic test,true,false)
"=If()" statements can be nested. So if the first logic statement is true, your COULD TEST for another true. Then, if the second test is true, then post what you like!
EXAMPLE:
=IF(A1="this is:",IF(B1="an example:"," of practical usage",""),"")
Give that a try and post when you get stuck!
Have FUN! It is simple, just do IT!
I have said it once, I will say it again. IT!
Its syntax is such:
=IF(logic test,true,false)
"=If()" statements can be nested. So if the first logic statement is true, your COULD TEST for another true. Then, if the second test is true, then post what you like!
EXAMPLE:
=IF(A1="this is:",IF(B1="an example:"," of practical usage",""),"")
Give that a try and post when you get stuck!
Have FUN! It is simple, just do IT!
I have said it once, I will say it again. IT!