Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MK MK is offline
external usenet poster
 
Posts: 57
Default 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!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default 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!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MK MK is offline
external usenet poster
 
Posts: 57
Default 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!

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
Document reference numbers in excel....How !!?? The Dabbler Excel Discussion (Misc queries) 1 March 8th 08 06:53 PM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 3 January 19th 06 09:52 AM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 1 January 9th 06 01:23 PM
How do you list the numbers in a 3d reference in excel? hm Excel Worksheet Functions 1 April 14th 05 03:22 PM
How do I reference and sort a range of numbers in Excel 97? Old Northern Excel Worksheet Functions 3 December 14th 04 03:15 PM


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