Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I thought this would be easy but I am drawing a blank. I just need a formula
in a cell that does the following: Assuming I want the value to come up in cell I need to tell that cell IF A1=2, value if true 100-25, value if false 100; IF A1=3, VIT 100-50, VIF 100; IF A1=4, VIT 0, VIF 100. I can do one IF analysis but can't seem to get all three in one formula. Thank you! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Patrick,
=IF(A1=2,75,IF(A1=3,50,IF(A1=4,0,100))) HTH, Bernie MS Excel MVP "Patrick" wrote in message ... I thought this would be easy but I am drawing a blank. I just need a formula in a cell that does the following: Assuming I want the value to come up in cell I need to tell that cell IF A1=2, value if true 100-25, value if false 100; IF A1=3, VIT 100-50, VIF 100; IF A1=4, VIT 0, VIF 100. I can do one IF analysis but can't seem to get all three in one formula. Thank you! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you SOOOOO much!!! Now it's working for me!
"Bernie Deitrick" wrote: Patrick, =IF(A1=2,75,IF(A1=3,50,IF(A1=4,0,100))) HTH, Bernie MS Excel MVP "Patrick" wrote in message ... I thought this would be easy but I am drawing a blank. I just need a formula in a cell that does the following: Assuming I want the value to come up in cell I need to tell that cell IF A1=2, value if true 100-25, value if false 100; IF A1=3, VIT 100-50, VIF 100; IF A1=4, VIT 0, VIF 100. I can do one IF analysis but can't seem to get all three in one formula. Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
nesting "and" in sumproduct function | Excel Discussion (Misc queries) | |||
Naming cell ranges, copying formulas for a range & nesting "IF" fu | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |