Can anyone assist?
I am trying to combine multiple conditions in a formula, it needs to be a formula and not in access.
I have a spreadsheet which simplistically contains three columns of data.
Col A - original date
Col B - payment date - will contain blanks until paid
Col C - delta between original and payment date, this is dynamic, formula in this cell is as follows. =if"B1="",(today()-A1),(B1-A1))
In column4 I want to put a formula that identifies for a range of values which bucket the data falls into based on formula in col 3, which is currently (Col1-col2)..
Formula I am using is
=if(C1<31,"Current",if(C1>=31<=60,"30",if(C1>=61<=90,"60",if(C1>91<=120,"90"if(c1>121<=150,"120","120+"))))
I can get the formula to work for first condition <31 but not for the conditions in between, result defaults to 120+
Anybody any ideas or tried this before of if there is a better formula to use?
Regards
A
I am trying to combine multiple conditions in a formula, it needs to be a formula and not in access.
I have a spreadsheet which simplistically contains three columns of data.
Col A - original date
Col B - payment date - will contain blanks until paid
Col C - delta between original and payment date, this is dynamic, formula in this cell is as follows. =if"B1="",(today()-A1),(B1-A1))
In column4 I want to put a formula that identifies for a range of values which bucket the data falls into based on formula in col 3, which is currently (Col1-col2)..
Formula I am using is
=if(C1<31,"Current",if(C1>=31<=60,"30",if(C1>=61<=90,"60",if(C1>91<=120,"90"if(c1>121<=150,"120","120+"))))
I can get the formula to work for first condition <31 but not for the conditions in between, result defaults to 120+
Anybody any ideas or tried this before of if there is a better formula to use?
Regards
A
Last edited: