Thread: Formula help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default Formula help

You're welcome!

"danlinksman" wrote:

Perfect, Thanks for the help!!!

"Teethless mama" wrote:

=IF(H13="","",IF(OR(H13={1,2,3,4,5,6,7,8,9}),"SEE GE TOTALS","SE SEDGWICK
TOTALS"))


"danlinksman" wrote:

I need help with the following problem.
Example
Cell H13 is either left blank or has a number 1,2,3,4,5,6,7,8,9 or 10
I need the formula to return the following results
If H13 is blank return a blank cell
If H13 is 1,2,3,4,5,6,7,8, or 9 return "SEE GE TOTALS"
If H13 is 10 return "SEE SEDGWICK TOTALS"

Thanks in advance of your help!