Nov 02 2023 09:00 AM
i want to use cell with date,ex. (12/12/2023),in many formulas and do not want to type it over again, as they may be referenced many time in each formula
I have tried using , (= cell reference) in many ways but nothing works
any suggestions
Nov 02 2023 09:48 AM
Nov 02 2023 10:09 AM
Solution@Marty927 Give the cell with 'the date' a name like "myDate". Then you can reference to that name in any formula without having to worry about the actual cell reference where the date sits.
So you could just enter =myDate and the date will pop up. Or =IF(A1> myDate, 1, 2)
More about named ranges here:
Nov 02 2023 11:44 AM
Nov 02 2023 11:55 AM - edited Nov 02 2023 12:16 PM
@Marty927 Enter the date in any empty cell and name it "myDate". . Then replace "<=12/15/23" in the formula with "<=" & myDate
Nov 02 2023 12:05 PM
Nov 02 2023 12:15 PM
@Marty927 Glad you figured that out after 3 years. Could have come here sooner :)
Nov 02 2023 01:03 PM