#1   Report Post  
Posted to microsoft.public.excel.misc
stumakker
 
Posts: n/a
Default IF formulas

Hi

Is it possible to have a word appear in a cell if firstly a word is typed
into another cell and a number is selected in another cell.

E.g: If C7 has the word Potatoes in it, and C10 has 15 in it, can I get
"Cropping" to appear in A12.

Is the IF formula function the best for this?

Any help would be much appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default IF formulas

=IF(AND(C7="Potatoes",C10=15),"Cropping", ...)

but this will fail if you have too many alternatives (8)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"stumakker" wrote in message
...
Hi

Is it possible to have a word appear in a cell if firstly a word is typed
into another cell and a number is selected in another cell.

E.g: If C7 has the word Potatoes in it, and C10 has 15 in it, can I get
"Cropping" to appear in A12.

Is the IF formula function the best for this?

Any help would be much appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.misc
stumakker
 
Posts: n/a
Default IF formulas

Thanks very much. Is it possible to have C10 as a range such as 10-20, rather
than just 15?

Thanks again

"Bob Phillips" wrote:

=IF(AND(C7="Potatoes",C10=15),"Cropping", ...)

but this will fail if you have too many alternatives (8)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"stumakker" wrote in message
...
Hi

Is it possible to have a word appear in a cell if firstly a word is typed
into another cell and a number is selected in another cell.

E.g: If C7 has the word Potatoes in it, and C10 has 15 in it, can I get
"Cropping" to appear in A12.

Is the IF formula function the best for this?

Any help would be much appreciated.




  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default IF formulas

Yes

=IF(AND(C7="Potatoes",C10=10,C10<=20),"Cropping", ...)


--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"stumakker" wrote in message
...
Thanks very much. Is it possible to have C10 as a range such as 10-20,

rather
than just 15?

Thanks again

"Bob Phillips" wrote:

=IF(AND(C7="Potatoes",C10=15),"Cropping", ...)

but this will fail if you have too many alternatives (8)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"stumakker" wrote in message
...
Hi

Is it possible to have a word appear in a cell if firstly a word is

typed
into another cell and a number is selected in another cell.

E.g: If C7 has the word Potatoes in it, and C10 has 15 in it, can I

get
"Cropping" to appear in A12.

Is the IF formula function the best for this?

Any help would be much appreciated.






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
Countif formulas change after doing a sort Bob Smith Excel Worksheet Functions 3 January 3rd 06 11:17 PM
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 11:00 PM.

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

About Us

"It's about Microsoft Excel"