#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default conditional formula

I was hoping someone could show me how to compare two cells to populate a
third.

something like this
=if(A15(and(A2<20)), "moderate", "")

reading if A1 is greater than 5 and A2 is less than 20, return the string
moderate, else leave the cell blank.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default conditional formula

=IF(AND(A15,A2<20),"moderate","")

"Beans" wrote:

I was hoping someone could show me how to compare two cells to populate a
third.

something like this
=if(A15(and(A2<20)), "moderate", "")

reading if A1 is greater than 5 and A2 is less than 20, return the string
moderate, else leave the cell blank.

Thanks

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
Formula, Conditional Formula Needed Karl Excel Discussion (Misc queries) 12 June 23rd 07 04:12 AM
Conditional Formula to indicate Formula in cell SteveW New Users to Excel 9 August 2nd 06 01:12 AM
Conditional Sum Formula johnnygirl51 Excel Discussion (Misc queries) 3 March 10th 06 09:39 AM
conditional sum formula erwt Excel Worksheet Functions 3 September 6th 05 08:56 AM
Conditional formula thejudge Excel Worksheet Functions 2 June 9th 05 04:55 PM


All times are GMT +1. The time now is 05:54 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"