![]() |
if statement with a range without a cell reference ie, #s 1100 to
=IF(G2=1200,12,IF(G2=1100,11,IF(G2=1000,10,IF(G2=6 00,6,""))))
I am trying to get the statement to calculate the numbers between 1100 and 1199; 1000 and 1999, and 600 thru 999. That if a number is put into cell g2 that is between 1100 and 1199, 11 will be in cell d. It won't take the range without having a cell reference. -- Dorothy J |
if statement with a range without a cell reference ie, #s 1100 to
assuming that G2 may contain uncertain number beyond your sample
=if(or(g21199,g2<600),"then what!",if(g2=1100,11,if(g2=1000,10,if(g2=600,6, "why?")))) -- ***** birds of the same feather flock together.. "Dorothy J" wrote: =IF(G2=1200,12,IF(G2=1100,11,IF(G2=1000,10,IF(G2=6 00,6,"")))) I am trying to get the statement to calculate the numbers between 1100 and 1199; 1000 and 1999, and 600 thru 999. That if a number is put into cell g2 that is between 1100 and 1199, 11 will be in cell d. It won't take the range without having a cell reference. -- Dorothy J |
All times are GMT +1. The time now is 10:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com