![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 49
|
If a cell has a value of X in B1, I would like to change the vlue from X to P... And if C1 has a vlaue of X, I want to change to B...
I thought the formula below was correct but I keep getting a #Name? =IF(B5="x",P,IF(C5="x",B,"")) Thank You!!! |
|
|
|
|
|
#2 |
|
Join Date: Apr 2002
Posts: 30
|
=IF(B5="x","P",IF(C5="x","B",""))
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|