Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 34
Default Populating a cell based on a range of values

What is the best approach for populating a cell on a spreadsheet based on a
range of possible values. For example if the value in cell a1 =1, value in
b1 should be 0, if the valued in cell a1 is .900 and <.999, cell b1 should
be a 1. I wasn't sure if I should use the and function or a Vlookup.

Sorry to bother everyone on a Friday!

Ken K. - 2191
--
akkrug
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,533
Default Populating a cell based on a range of values

Hi Ken

Try this.

=IF(A1=1,0,IF(A10.9,1,""))

Regards,
Per

"akkrug" skrev i meddelelsen
...
What is the best approach for populating a cell on a spreadsheet based on
a
range of possible values. For example if the value in cell a1 =1, value
in
b1 should be 0, if the valued in cell a1 is .900 and <.999, cell b1
should
be a 1. I wasn't sure if I should use the and function or a Vlookup.

Sorry to bother everyone on a Friday!

Ken K. - 2191
--
akkrug


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 34
Default Populating a cell based on a range of values

Thanks Per! I've got several more expressions I've got to include, but this
has definitely put me on the right track!!

Have a great weekend!

Ken K
--
akkrug


"Per Jessen" wrote:

Hi Ken

Try this.

=IF(A1=1,0,IF(A10.9,1,""))

Regards,
Per

"akkrug" skrev i meddelelsen
...
What is the best approach for populating a cell on a spreadsheet based on
a
range of possible values. For example if the value in cell a1 =1, value
in
b1 should be 0, if the valued in cell a1 is .900 and <.999, cell b1
should
be a 1. I wasn't sure if I should use the and function or a Vlookup.

Sorry to bother everyone on a Friday!

Ken K. - 2191
--
akkrug



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
auto populating a cell based on another cell for an invoice Chrisinct Excel Discussion (Misc queries) 3 November 8th 07 06:08 PM
populating a cell based on another range of cells in excel Chris O'Neill Excel Discussion (Misc queries) 2 July 16th 07 10:20 PM
Populating a field based on lookup values Sav_C Excel Worksheet Functions 5 August 6th 06 02:49 AM
sum the values of a range based upon multiple ranges and criteria LiveIt... Excel Worksheet Functions 1 July 17th 06 09:23 PM
Populating a table based on values in another table Bri Excel Worksheet Functions 0 January 26th 06 01:23 AM


All times are GMT +1. The time now is 12:14 AM.

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

About Us

"It's about Microsoft Excel"