ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   = formula (https://www.excelbanter.com/excel-worksheet-functions/14231-%3D%3C%3D%3E-formula.html)

Dan

= formula
 
I want to have a cell = a value based on anothers cells input

ex. =IF(P3=Q2and<=Q3,M3,R3)

I can get it to work with
=IF(P3=Q2,M3,R3)
however I need the secound part of the range

Thanks Dan

JE McGimpsey

One way:

=IF(AND(P3=Q2,P3<=Q3),M3,R3)

In article ,
Dan wrote:

I want to have a cell = a value based on anothers cells input

ex. =IF(P3=Q2and<=Q3,M3,R3)

I can get it to work with
=IF(P3=Q2,M3,R3)
however I need the secound part of the range

Thanks Dan



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

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