Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need some help doing this. Am using office 2000. I want to display a text based on two conditions.
If A1 = 1 then display B2=(1 - 50) or if A1=2 then display B2=(50 - 100). Thanks. EggHeadCafe - Software Developer Portal of Choice PABZipCode COM Component and Database http://www.eggheadcafe.com/tutorials...component.aspx |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Kind of confusing!
My best guess... Select cell B2 Enter this formula: =IF(A1=1,"1 - 50",IF(A1=2,"50 - 100","")) -- Biff Microsoft Excel MVP <kumar kumar wrote in message ... I need some help doing this. Am using office 2000. I want to display a text based on two conditions. If A1 = 1 then display B2=(1 - 50) or if A1=2 then display B2=(50 - 100). Thanks. EggHeadCafe - Software Developer Portal of Choice PABZipCode COM Component and Database http://www.eggheadcafe.com/tutorials...component.aspx |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A1=1,"B2=(1-50)",IF(A1=2,"B2=(50-100)","whatever you want to display if
A1 is neither 1 nor 2")) -- David Biddulph <kumar kumar wrote in message ... I need some help doing this. Am using office 2000. I want to display a text based on two conditions. If A1 = 1 then display B2=(1 - 50) or if A1=2 then display B2=(50 - 100). Thanks. EggHeadCafe - Software Developer Portal of Choice PABZipCode COM Component and Database http://www.eggheadcafe.com/tutorials...component.aspx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Format to display text alert | Excel Worksheet Functions | |||
Conditional display | Excel Discussion (Misc queries) | |||
When I wrap text, excel hides the text display | Excel Discussion (Misc queries) | |||
Find text within cell then display text to left | Excel Discussion (Misc queries) | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |