![]() |
refer to the cell as it is empty...
when i use a formula like: if(A1=2,"ok","") in cell B1.
Is there a way to write the formula in other way that in case A1<2 my cell will be empty? i'll explain what i mean... before i added the formula to cell B1 it was empty(not in use). other cells that refers to B1 saw him as a zero value. after i used my formula it is not a zero any more... it is "". but i do not want to change the formula to be if(A1=2,"ok",0) since i have conditional format if the value is 0. i need the formula if(A1=2,"ok",????) to represent a clear cell... how should i do that? thanks Miri Tz. |
refer to the cell as it is empty...
You should keep your equation in B1 as you have written it. The formulas in
other cells can be made to understand that B1 contains "" and not 0. -- Gary''s Student - gsnu200778 "Miri" wrote: when i use a formula like: if(A1=2,"ok","") in cell B1. Is there a way to write the formula in other way that in case A1<2 my cell will be empty? i'll explain what i mean... before i added the formula to cell B1 it was empty(not in use). other cells that refers to B1 saw him as a zero value. after i used my formula it is not a zero any more... it is "". but i do not want to change the formula to be if(A1=2,"ok",0) since i have conditional format if the value is 0. i need the formula if(A1=2,"ok",????) to represent a clear cell... how should i do that? thanks Miri Tz. |
refer to the cell as it is empty...
Once you put the formula in the cell, the cell won't be empty.
You could modify the other formulas, though: =n(b1)+1234 (for instance) Miri wrote: when i use a formula like: if(A1=2,"ok","") in cell B1. Is there a way to write the formula in other way that in case A1<2 my cell will be empty? i'll explain what i mean... before i added the formula to cell B1 it was empty(not in use). other cells that refers to B1 saw him as a zero value. after i used my formula it is not a zero any more... it is "". but i do not want to change the formula to be if(A1=2,"ok",0) since i have conditional format if the value is 0. i need the formula if(A1=2,"ok",????) to represent a clear cell... how should i do that? thanks Miri Tz. -- Dave Peterson |
All times are GMT +1. The time now is 04:39 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com