• Karthik Nallajalla 10
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,

I need to create a formula to populate the value from a field A to field B when field A value is null.
I am trying with this formula in the report:

IF(
ISBLANK (field A) , NULL,
field A = field B)
The fields are numbers
Any help wou be great.

Thanks,
Amaya
  • March 01, 2018
  • Like
  • 0