Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have to surround text with double quotes: "
=if(left(C2,4)="ur01","12.13.145.166", if(left(C2,4)="ur02","12.13.145.167", if(left(C2,4)="ur03","13.12.145.168", ""))) And it's better to copy your formula attempt from the formula bar and paste it into your message. It'll avoid typos while composing the message. Janis wrote: =if(left(C2,4),ur01,12.13.145.166,if(left(C2,4),ur 02 ,12.13.145.167,if(left(C2,4) ,ur03,13.12.145.168, ""), ""), "") I want to put the right IP address in the cell if if the Cn cell matches the right modem. It is stopping on the modem number, is that because there is a "." in the IP number? How can I escape it? tia, -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shortcut key for "Paste Options" and "Error Checking" buttons? | Excel Discussion (Misc queries) | |||
Syntax to "OR" 3 "ISERROR" conditions | Excel Worksheet Functions | |||
"How do I correct error in Excel2003 for nested subtotal?" | Excel Discussion (Misc queries) | |||
I get error with "ROWS" in the formula - nested formula question | Excel Worksheet Functions | |||
what is syntax for if(between range of dates,"Q1","Q2")? | Excel Worksheet Functions |