Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm working on a UDF that looks at several cell values...
if value starts with "B" in cell in column B then set variable "map" to variable "default" if "SHORT", "SHT" is in the cell in column G or "G345" or "G231" is exactly in column B. else set variable "msp" to variable 1 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Huh?
"caveman.savant" wrote in message ... I'm working on a UDF that looks at several cell values... if value starts with "B" in cell in column B then set variable "map" to variable "default" if "SHORT", "SHT" is in the cell in column G or "G345" or "G231" is exactly in column B. else set variable "msp" to variable 1 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A UDF must return a single value, otherwise it becomes a procedure and needs
the Sub keywork vs the Function keyword in the title line. "caveman.savant" wrote in message ... I'm working on a UDF that looks at several cell values... if value starts with "B" in cell in column B then set variable "map" to variable "default" if "SHORT", "SHT" is in the cell in column G or "G345" or "G231" is exactly in column B. else set variable "msp" to variable 1 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Since there does not seem to be a question here I will just say... go ahead
and do that. Sounds good to me... -- HTH... Jim Thomlinson "caveman.savant" wrote: I'm working on a UDF that looks at several cell values... if value starts with "B" in cell in column B then set variable "map" to variable "default" if "SHORT", "SHT" is in the cell in column G or "G345" or "G231" is exactly in column B. else set variable "msp" to variable 1 . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jan 18, 10:14*am, "caveman.savant"
wrote: I'm working on a UDF that looks at several cell values... if value starts with "B" in cell in column B then set variable "map" to variable "default" if *"SHORT", "SHT" is in the cell in column *G or "G345" or "G231" is exactly in column B. else set variable "msp" to variable 1 sorry I wasn't clear... basically looking for a way to find "SHORT", or "SHT" in a cell value. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find rows with a common item and find or highlight difference | Excel Programming | |||
Find and Replace - delete the remainder of the text in the cell after my Find | Excel Programming | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
find and delete text, find a 10-digit number and put it in a textbox | Excel Programming | |||
backwards find function to find character in a string of text | Excel Programming |