Self-tutoring about spreadsheet functions: the tutor mentions intrate() in Google Sheets. The following is according to my understanding. The function intrate() calculates the effective interest rate for a buy-then-sell event. Its entry format is =intrate(date1,date2,value1,value2,[optional: day_count_convention]). The idea is that …

Spreadsheets: Google Sheets: intrate function Read more »

Self-tutoring about Excel: the tutor mentions its days function. As I understand, =days(later_date, earlier_date) will yield the days between those two dates, inclusive of one. For instance, =days(“05-april-2025″,”04-april-2025”) returns 1. For another example, =days(“08-may-2025″,”11-oct-2024”) returns 209. Such is my experience, …

Excel: function to calculate days between two dates Read more »