#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Formula Help

I know this is probably easy but my brain is not function too weel this
morning. I nneed some assistance with a formula...

I have a speadsheet that I need to input a value in one cell based on a
value entered from another cell...

Example:
if cell "A" = $1.00-$5.00 cell "B" should state "Send Letter"
if cell "A" = $6.00-$10.00 cell "B" should state "Phone Call"
if cell "A" = $11.00-Over cell "B" should state "In-Person Meeting"

If anyone has any ideas I would be forever grateful. I thank you in advance
for any assistance you can provide.

Have a great day!

--
Randy Street
Rancho Cucamonga, CA
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Formula Help

You're up early!

Try this formula: I made an assumption that since these are dollar
values, they may not always be integers (whole dollars) so the formula
checks for less than $5, between $5 and $11, and over $11. Let me know
what you think.

=IF(A1<5,"Send letter",IF(AND(A15,A1<11),"Phone call","In-Person
Mtg"))

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Formula Help

Dave...YOU ROCK! Made some minor adjustments and it worked like a charm!
Thank you so very much!
--
Randy Street
Rancho Cucamonga, CA


"Dave O" wrote:

You're up early!

Try this formula: I made an assumption that since these are dollar
values, they may not always be integers (whole dollars) so the formula
checks for less than $5, between $5 and $11, and over $11. Let me know
what you think.

=IF(A1<5,"Send letter",IF(AND(A15,A1<11),"Phone call","In-Person
Mtg"))


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Formula Help

Randy- Glad to help, but I notice I made some logic errors- maybe it's
too early for me too. The original formula I posted shows, for
instance, 5 and <5 but that doesn't account for =5. Hopefully you
caught and corrected that.

Dave O

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Formula Help

yes sir...I had caught that. Thanks again for your help with this. Have a
great weekend!
--
Randy Street
Rancho Cucamonga, CA


"Dave O" wrote:

Randy- Glad to help, but I notice I made some logic errors- maybe it's
too early for me too. The original formula I posted shows, for
instance, 5 and <5 but that doesn't account for =5. Hopefully you
caught and corrected that.

Dave O


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 10:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"