ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula Help (https://www.excelbanter.com/excel-discussion-misc-queries/108110-formula-help.html)

Randy

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

Dave O

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"))


Randy

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"))



Dave O

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


Randy

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




All times are GMT +1. The time now is 03:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com