![]() |
excel formula for a reference between two numbers
I am trying to set up a formula for a cell (b2) that references another cell
(A1). If cell A1 is 200 but <300, then list A1; if not, then leave blank. Can anyone help me? Thanks! |
excel formula for a reference between two numbers
=IF(AND(A1200,A1<300),A1,"")
"mk" wrote: I am trying to set up a formula for a cell (b2) that references another cell (A1). If cell A1 is 200 but <300, then list A1; if not, then leave blank. Can anyone help me? Thanks! |
excel formula for a reference between two numbers
you're awesome! thanks!
mk "Mike" wrote: =IF(AND(A1200,A1<300),A1,"") "mk" wrote: I am trying to set up a formula for a cell (b2) that references another cell (A1). If cell A1 is 200 but <300, then list A1; if not, then leave blank. Can anyone help me? Thanks! |
All times are GMT +1. The time now is 09:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com