Good day All:
How do I get my formula to display in decimal format? My formula currently display 1 but should display 0.5.
[C5]14 = 7600
[C6] 14= 3800
Formula: =IF([C5]14 > 0, ([C6]14 / [C6]14))
Thanks
Hi Kam,
According to your formula, you are dividing the same field into itself.
Any number divided by itself is 1. Perhaps one of the two references in the second part of your formula should be [C5]14?
You are absolutely right! It is amazing how we miss the obvious. I made the change and have 0.5 displaying.
Thanks and sorry for the inconvenience
Not an inconvenience at all! 2 sets of eyes are better than one! Glad I could help you out!
Hello, Can a combination of the INDEX(COLLECT and NETDAYS Formula be used to get the number of days between two dates in the same column? I want to get the number of days between two dates on the same sheet, in the same column, that have matching names and different project types. For Example: Studio Name is equal to…
I am trying to pull a phone number and email from our master roster that is on another sheet in Smartsheet. I cannot figure out the formula. This is the formula I have tried. =INDEX([EMPLOYEE NAME]@row , MATCH({IMS Master Roster Range 2}), 0)
Hi All, I keep getting this annoying error when I try to trigger a PDF generation. I initially set up to trigger the PDF generation to kick off once the last field the needs data is "not blank". That is when the error started. I modified the sheet and added a yes/no drop down to trigger the PDF generation when the value in…